net start mysql
net stop mysql
mysql -hlocalhost -uroot -proot
mysql -hlocalhost -uroot -p
show databases;
use test;
show tables;
net start mysql
net stop mysql
mysql -hlocalhost -uroot -proot
mysql -hlocalhost -uroot -p
show databases;
use test;
show tables;
本文标题:mysql-基础操作-1
本文链接:https://www.haomeiwen.com/subject/sxyjvhtx.html
网友评论