红联Linux门户
Linux帮助

linux mysql服务器安装

发布时间:2011-06-14 21:03:19来源:红联作者:菜鸟生涯
linux mysql服务器安装好后,在提示符下输入mysql进入mysql服务器后,无任何反应
请问各位大侠怎么回事啊,请指点一二
[root@localhost ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9
Server version: 5.0.81-log Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> SELECT VERSION
->
文章评论

共有 4 条评论

  1. liulefirst 于 2011-06-15 23:37:04发表:

    mysql -uroot -p (你的密码)
    看这样能进去吗?

  2. 菜鸟生涯 于 2011-06-15 14:20:45发表:

    是不是权限不够啊,要怎么增加权限呢

  3. sauntor 于 2011-06-15 09:35:58发表:

    注意这一句提示:

    引用:
    Welcome to the MySQL monitor. Commands end with ; or \g.

    意为每条 命令 以 ; 或 \g 结束。关于这个你可以查一下MySQL Manual。

  4. age 于 2011-06-14 21:35:58发表:

    ???
    你这不进mysql了吗?提示符都出来了