MySQL常用命令
摘要:环境变量配置配置好以后,打开cmd连接:mysql -h主机地址 -u用户名 -p用户密码 (注:u与root可以不用加空格,其它也一样) 断开:exit (回车) 创建授权:grant select on 数据库.* to 用户名@登录主机 identified by \"密码\" 修改密码:my
阅读全文
posted @ 2019-01-03 15:12
posted @ 2019-01-03 15:12
posted @ 2019-01-03 13:43
posted @ 2019-01-01 16:51
posted @ 2018-12-23 22:08