|
|
[root@localhost root]# cd /etc/init.d
[root@localhost init.d]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
启动 MySQL: [失败]
[root@localhost init.d]# mysql stop
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
[root@localhost init.d]# mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
[root@localhost init.d]# service mysqld stop
停止 MySQL: [ 确定 ]
[root@localhost init.d]#
FC2下,没起动哪来的停止,系统自带的MYSQL安装.
请指点 |
|