06 2021 档案
摘要:1、自行创建测试数据 创建学生表mysql> create table student(sid int not null primary key auto_increment, sname varchar(20), gender enum('男','女'), class_id int ); 插入数据
阅读全文
摘要:Mysql常用命令 在windows命令提示行下改密码Mysqldamin -u root -proot password 新密码,新密码 mysql -uroot -proot 登陆 在mysql里面 修改密码alter user user() identified by '123'; 把root
阅读全文

浙公网安备 33010602011771号