mysql常用命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql常用命令相关的知识,希望对你有一定的参考价值。
mysql常用命令
1、select host,user,password from mysql.user;查看mysql用户
2、show databases; #查询库表
3、use dataplatform; #进入数据库
4、show tables; #查询表
5、truncate table wp_comments;# 清空表,wp_comments,清空的表名。
6、source /root/test.sql; # 导入数据
以上是关于mysql常用命令的主要内容,如果未能解决你的问题,请参考以下文章