Linux下mysql相关操作
摘要:Linux下mysql相关操作 1.创建MySQL mysql -u root -p create user 'username'@'%' identified by 'password'; %可以选择是 localhost //供本机使用127.0.0.1 2.查看MySQL创建的用户名 sele
阅读全文
posted @ 2019-09-27 12:27
posted @ 2019-09-27 12:27
posted @ 2019-09-27 12:12