1.给root账户授权所有sql权限
grant all privileges on *.* to root@"%" identified by ".";flush privileges;
2.建立bat批处理文件
@echo off
set path=%path%;D:\Program Files\MySQL\MySQL Server 5.5\bin
set y=%date:~0,4%
s...
分类:
数据库 时间:
2014-05-11 03:11:33
阅读次数:
406
mysql -uroot -p 不加封号因为没设密码直接回车俩次进入select user();
查当前用户grant all privileges on *.* to test@"%" identified by ""; 添加一个新用户 mei
mimagrant all pri...
分类:
数据库 时间:
2014-05-09 17:16:50
阅读次数:
374