摘要: 首先我们创建俩个表: 一个用户信息表: CREATE TABLE `user` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(32) DEFAULT NULL COMMENT '姓名', `sex` tinyint(1 阅读全文
posted @ 2022-01-20 19:20 核桃MM 阅读(334) 评论(0) 推荐(0)
摘要: 内容代写: 阅读全文
posted @ 2022-01-20 18:01 核桃MM 阅读(40) 评论(0) 推荐(0)
摘要: 报错信息如下: ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. 解决方案如下: alter user 'root'@'localh 阅读全文
posted @ 2022-01-20 18:00 核桃MM 阅读(68) 评论(0) 推荐(0)