Yao先生的笔记

Good Luck To You!

mysql部分命令

net start mysql  运行数据库net stop mysql  停止数据库mysql -hlocalhost -uroot -p密码    登录show databases;  显示数据库列表create database 库名;  新建库drop database 库名;  删除库use 库名;  选择库show tables;  显示库中的表describe 表名;  d

Powered By Z-BlogPHP 1.6.7 Valyria

鲁ICP备17047142号