常用sql命令

Posted Uncle Lei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用sql命令相关的知识,希望对你有一定的参考价值。

1.net start/stop mysql  启动停止mysql

   mysqladmin -uroot -p shutdown  停止mysql

2.show create database/table xxx  查看表/库详情

3.show variables like ‘%character%‘  查看各部字符集

4.show databases/tables  查看所有库/表

5.mysql -uroot -p/mysql --user root --password  连接Mysql服务器

   mysql --host localhost --user root --password/mysql -hhost -uroot -pmysql -uroot -p  连接Mysql服务器

6.quit/exit  退出mysql

以上是关于常用sql命令的主要内容,如果未能解决你的问题,请参考以下文章

sql常用命令

SQL命令和常用语句大全

MySQL导入SQL文件及常用命令

MySQL导入SQL文件及常用命令

MySQL导入sql脚本中文乱码设置和常用命令

Oracle SQL*plus常用的命令和函数