在linux上连接mysql的语法是:
[root@localhost ~]mysql -h 主机地址 -u 用户名 -p 用户名所对应的密码
有时候,我们输入上述命令时,会出现“毛病提示”,此时我们需进入mysql\bin目录,然后再输入以上命令就能够了。
例如:进入本机的mysql数据库 使用 用户名:root 密码:password123
[root@localhost]cd /usr/mysql/bin
[root@localhost]mysql -h 127.0.0.1 -u root -p password123
本文来源:https://www.yuntue.com/post/57706.html | 云服务器网,转载请注明出处!