摘要: use mysql; -- 查询数据库show databases;-- 显示表show TABLES;-- 修改用户密码alter user 'test'@'%' identified with mysql_native_password by 'Test12345678@';update use 阅读全文
posted @ 2019-05-14 17:55 舞步林云 阅读(176) 评论(0) 推荐(0)