Android之禅 2015-07-20 02:18 采纳率: 0%
浏览 2258
已结题

打不开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用户。
求大神支招!!!

  • 写回答

3条回答 默认 最新

  • threenewbee 2015-07-20 03:02
    关注

    首先确认下mysql有没有装好。是不是你只装了客户端软件。

    评论

报告相同问题?