打不开ubuntu服务器端的mysql,在线求解答!
查询状态的时候打印如下
xxx@r10f17332:~$ service mysql status
mysql stop/waiting
启动的时候打印如下
xxx@r10f17332:~$ service mysql start
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.114" (uid=121493 pid=29149 comm="start mysql ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")
重启的时候打印如下
xxx@r10f17332:~$ service mysql restart
stop: Unknown instance:
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.116" (uid=121493 pid=29209 comm="start mysql ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")
查询进程的时候如下
xxx@r10f17332:~$ ps -ef | grep mysql
121493 29298 28933 0 10:16 pts/2 00:00:00 grep --color=auto mysql
并且找不到my.cnf文件
ps:我的用户具有超级管理员权限,但我不是root用户。
求大神支招!!!
下一篇: nginx+ffmpeg搭建流媒体服务器