ChinaUnix.net
相关文章推荐:

Local server exited or could not

执行onbar的时候报这个错。请问谁知道这个错误的原因是什么?

by 科学球 - Informix - 2006-08-09 20:16:57 阅读(1217) 回复(2)

相关讨论

[quote][root@mail mail]# service httpd start 启动 httpd:httpd: could not determine the server's fully qualified domain name, using 127.0.0.1 for serverName [失败] [/quote] /etc/httpd/conf/httpd.conf中有关serverName的部分 [quote]NameVirtualHost 192.168.16.68:80 serverAdmin [email]webmaster@mail.cdfun.ne...

by xy-coordinate - 服务器架设 - 2006-02-28 11:05:46 阅读(653) 回复(1)

1.cp /etc/inet/ntp.server /etc/inet/ntp.conf 2.bash-3.00# more /etc/inet/ntp.conf # ident "@(#)ntp.server 1.7 03/01/17 SMI" # # Copyright 1996-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # /etc/inet/ntp.server # # An example file that could be copied over to /etc/inet/ntp.conf and # edited; it provides a configuration template for a server that # li...

by Gavin_Peng - Solaris文档中心 - 2008-01-19 18:25:56 阅读(1069) 回复(0)

Can't connect to (local) MySQL server Connection to MySQL server Failing on Windows When you're running a MySQL server on Windows with many TCP/IP connections to it, and you're experiencing that quite often your clients get a Can't connect to MySQL server error, the reason might be that Windows doesn't allow for enough ephemeral (short-lived) ports to serve those connections. By default, Window...

by hijackgoodbye - MySQL文档中心 - 2007-02-10 07:15:55 阅读(555) 回复(0)

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) in /usr/local/apache/htdocs/qgweb/include/class_mysql.php on line 22 Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

by canjie - 服务器架设 - 2006-06-22 16:48:43 阅读(481) 回复(2)

我重启我的apache服务器的时候出现 could't determine the server's fully qualified domain name,using 127.0.0.1 for servername 请问上面的问题怎么解决?? 谢谢!!!

by 我菜我怕谁 - 服务器应用 - 2004-09-14 19:57:20 阅读(680) 回复(0)

小弟刚开始学SOLARIS10,目前想把几台测试机通过SOLARIS10的划zone的方式给整和到一台主机上。 由于这些主机都做nfs server的,都share出去一些目录给别的主机挂载。但根据手头的资料,local zone本身是无法share的,而且确实用share命令也得到相同提示。 这个有什么办法解决吗。

by zhoujm1976 - Solaris - 2009-09-23 10:50:51 阅读(959) 回复(2)

http://hi.baidu.com/smashell/blog/item/4502e644982c7081b2b7dc9f.html 原因是目录 的访问权限问题,ubuntu下用下面的命令(其他发行版用管理员权限,把sudo去掉) sudo chown -R mysql:mysql /var/run/mysqld 然后启动服务器 sudo /etc/init.d/mysql start ======================================================================/usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to l...

by arstcmyy - MySQL文档中心 - 2009-03-31 00:19:05 阅读(1035) 回复(0)

Can’t connect to local MySQL server through socket 解决办法 启动mysql 报错: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) 1、先查看 /etc/rc.d/init.d/mysqld status 看看m y s q l 是否已经启动. 另外看看是不是权限问题. 2、确定你的mysql.sock是不是在那个位置, mysql -u 你的mysql用户名 -p -S /var/lib/mysql/mysql.sock 3、试试:service mysqld st...

by huoniao326 - MySQL文档中心 - 2007-07-14 09:55:43 阅读(444) 回复(0)

求教一下,我的服务器刚还好好的运行,现在突然出现这个问题,请教各位大侠,怎么处理一下啊! Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/test/opendata.php on line 2 连接数据库失败!!Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

by qingtong - 系统管理 - 2006-11-24 01:12:59 阅读(818) 回复(2)

有人可帮我吗,搞了一天了 欢迎使用 phpMyAdmin 2.8.0.4 错误 MySQL 返回: #2002 - 服务器没有响应 (or the local MySQL server's socket is not correctly configured) Open new phpMyAdmin window

by samqjf - MySQL - 2008-06-23 16:36:42 阅读(5598) 回复(2)