mysql使用命令行连接服务器
1、在登录成功后出现mysql命令提示窗口,在上面执行SQL语句。
代码语言:javascript复制[root@host]# mysql -u root -p
Enter password:******
2、使用了root用户登录到mysql服务器,也可以使用其他mysql用户登录。
代码语言:javascript复制Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 2854760 to server version: 5.0.9
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
3、退出 mysql命令提示窗口可以使用exit命令。
代码语言:javascript复制mysql> exit
Bye
以上就是mysql使用命令行连接服务器,希望对大家有所帮助。更多mysql学习指路:MySQL
推荐操作系统:windows7系统、mysql5.8、DELL G3电脑
收藏 | 0点赞 | 0打赏