Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

1

Click here to load reader

description

Mysql 5.6 eoor Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

Transcript of Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

Page 1: Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

[root@test45 mysql]# service mysql restartShutting down MySQL.. SUCCESS! Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

[root@test45 mysql]# mkdir /var/lib/bin

[root@test45 mysql]# service mysql restart ERROR! MySQL server PID file could not be found!Starting MySQL ERROR! Couldn't find MySQL server (/var/lib/bin/mysqld_safe)

[root@test45 /]# find -name mysqlmanager[root@test45 /]# find -name mysqld_safe./usr/bin/mysqld_safe

[root@test45 /]# cp ./usr/bin/mysqld_safe /var/lib/bin/.

[root@test45 mysql]# service mysql restartERROR! MySQL server PID file could not be found!Starting MySQL.. SUCCESS!

[root@test45 /]# service mysql status SUCCESS! MySQL running (5697)[root@test45 /]# rm -rf /usr/local/mysql/var/[MyNAS].pid

[root@test45 /]# !seservice mysql status SUCCESS! MySQL running (5697)

P@w@n [email protected]