MySQL基础操作

1. 连接数据库 #net start mysql服务器启动 #net stop mysql服务器停止 #mysql -h 192.168.6.127 -u root -p 1234 登入账户 2.数据库 #2.1 创建数据库 #create database test; #show create database test; #2.2 使用数据库 #use test; #2.3 修改数据库; #
相关文章
相关标签/搜索