mysql相关问题

MySQL导入.sql文件及常用命令,参考:http://blog.csdn.net/muziduoxi/article/details/6091202

修改mysql默认字符集的方法,参考:http://database.51cto.com/art/201010/229167.htm

Mysql Source导入时出现乱码问题,参考:http://www.examw.com/biancheng/mysql/141585/

grant详解,参考:http://www.cnblogs.com/hcbin/archive/2010/04/23/1718379.html

grant all on testdb.* to 'test'@'127.0.0.1' identified by '1234567';

testdb.* 此处参数为表名, 不能直接写数据库名称,如 testdb,否则该账户将无法访问testdb数据库, 正确写法为“testdb.*”,即可正确连接数据库

grant权限分配,参考: http://blog.csdn.net/aggrelxf/article/details/6064445

posted on 2016-06-08 08:47  eoiioe  阅读(275)  评论(0编辑  收藏  举报

导航