ChinaUnix.net
相关文章推荐:

启动 mysql

一. mysql的后台启动: 1)/usr/local/mysql/bin/mysqld_safe --user=mysql & 2)nohup /root/test.php & 二.不同ip登录mysql: Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE ...

by dengfu234567891 - MySQL文档中心 - 2009-07-30 00:32:06 阅读(1094) 回复(0)

相关讨论

有时候mysql down 了,重新启动的时候,会报错 Can't connect to local mysql server through socket '/tmp/mysql.sock' (2) 像这样的问题一般怎么解决,谢谢高人指点.

by lonnyhe - MySQL - 2007-07-12 10:31:07 阅读(1779) 回复(1)

1.设置环境变量,set path=D:\mysql5.0.37\bin 2.启动mysql,命令窗口中输入命令: mysqld-nt 3.连接mysql,输入命令: mysql -h hostname -u username -p 如果是使用root用户名连接本机mysql数据库可以输入命令行: mysql-h localhost -u root -p 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31513/showart_287787.html

by liding_601 - MySQL文档中心 - 2007-04-28 09:05:28 阅读(910) 回复(0)

[root@linuxws root]# /usr/local/mysql/bin/mysqld_safe --user=root --paasw=123 Starting mysqld daemon with databases from /var/lib/mysql 050108 15:41:27 mysqld ended 我启动时就出现这个,是怎么回事呀,.求高手帮忙.... 我才安了mysql现在机子重启了,要怎么启动mysql?

by sulin515 - Linux论坛 - 2005-01-11 09:16:02 阅读(790) 回复(5)

命令启动 /usr/bin/mysql start 出现 can't connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (2) 怎样解决

by biofqq - MySQL - 2009-08-10 20:27:04 阅读(6906) 回复(11)

[root@ee mysql]# mysqld start 090603 22:48:02 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this mysql server acts as a master and has his hostname changed!! Please use '--log-bin=ee-bin' to avoid this problem. mysqld: Table 'mysql.plugin' doesn't exist 090603 22:48:02 [ERROR] Can't open the mysql.plugin table. Please run mysql_upg...

by myr - MySQL - 2009-06-09 09:52:21 阅读(6481) 回复(22)

mysql启动失败: [root@log146 mysql]# /etc/init.d/mysql start Starting mysql.Manager of pid-file quit without updating file.[失败] error log信息: 090515 10:27:23 mysqld_safe Starting mysqld daemon with databases from /data/mysql 090515 10:27:23 [Warning] Can't create test file /data/mysql/log146.lower-test 090515 10:27:23 [Warning] Can't create test file /data/mysql/log146.lower-test /usr/sbin/m...

by andrew_young - MySQL - 2012-02-15 11:10:29 阅读(3869) 回复(10)

090503 13:50:01 mysqld started 090503 13:50:01 [ERROR] /usr/sbin/mysqld: unknown option '--Don't listen on a TCP/IP port at all. This can be a security enhancement,' 090503 13:50:01 mysqld ended 090503 13:50:12 mysqld started 090503 13:50:12 [ERROR] /usr/local/mysql/libexec/mysqld: unknown option '--Don't listen on a TCP/IP port at all. This can be a security enhancement,' 090503 13:50:12 my...

by liang3391 - MySQL - 2009-05-07 08:43:12 阅读(1486) 回复(5)

我用YUM安装的mysql 启动时提示下面的错语 [root@Gun-linux init.d]# service mysqld start Timeout error occurred trying to start mysql Daemon. 启动 mysql: [失败] 在网上找了些资料还是无法解决 小弟在这请教高手 ............

by hyt0702 - MySQL - 2009-04-28 15:22:24 阅读(4779) 回复(11)

我的服务器是FREEBSD的,使用了这个命令:/usr/local/mysql/libexec/mysqld start对数据库启动,但是出现了如下错误: 090418 22:58:38 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 090418 22:58:38 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 /usr/local/mysql/libexec/mysqld: Too many arguments (first extra is 'r...

by 304334153 - MySQL - 2009-04-20 11:07:06 阅读(1603) 回复(6)

启动mysql的时候失败,,怎么办阿,大侠帮忙 Starting mysql.Manager of pid-file quit without updating fi[failed]

by a251235308 - MySQL - 2009-03-30 16:52:25 阅读(1447) 回复(2)