Last login: Tue Apr 11 10:23:47 2017 from 113.102.224.69
[root@VM_205_88_centos ~]# ./mysql.server start
-bash: ./mysql.server: No such file or directory
[root@VM_205_88_centos ~]# mysql.server start
-bash: mysql.server: command not found
[root@VM_205_88_centos ~]# service mysqld start
Starting MySQL. ERROR! The server quit without updating PID file (/www/server/data/VM_205_88_centos.pid).
[root@VM_205_88_centos ~]# service mysqld restart
ERROR! MySQL server PID file could not be found!
Starting MySQL. ERROR! The server quit without updating PID file (/www/server/data/VM_205_88_centos.pid).
[root@VM_205_88_centos ~]# service mysqld restart
ERROR! MySQL server PID file could not be found!
Starting MySQL. ERROR! The server quit without updating PID file (/www/server/data/VM_205_88_centos.pid).
[root@VM_205_88_centos ~]# service mysqld start
Starting MySQL. ERROR! The server quit without updating PID file (/www/server/data/VM_205_88_centos.pid).
[root@VM_205_88_centos ~]#
|