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
->


liulefirst 于 2011-06-15 23:37:04发表:
mysql -uroot -p (你的密码)
看这样能进去吗?
菜鸟生涯 于 2011-06-15 14:20:45发表:
是不是权限不够啊,要怎么增加权限呢
sauntor 于 2011-06-15 09:35:58发表:
注意这一句提示:
意为每条 命令 以 ; 或 \g 结束。关于这个你可以查一下MySQL Manual。
age 于 2011-06-14 21:35:58发表:
???
你这不进mysql了吗?提示符都出来了