mysql相關問題

MySQL導入.sql文件及經常使用命令,參考:http://blog.csdn.net/muziduoxi/article/details/6091202html

修改mysql默認字符集的方法,參考:http://database.51cto.com/art/201010/229167.htmmysql

Mysql Source導入時出現亂碼問題,參考:http://www.examw.com/biancheng/mysql/141585/sql

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';ide

testdb.* 此處參數爲表名, 不能直接寫數據庫名稱,如 testdb,不然該帳戶將沒法訪問testdb數據庫, 正確寫法爲「testdb.*」,便可正確鏈接數據庫.net

grant權限分配,參考: http://blog.csdn.net/aggrelxf/article/details/6064445code

相關文章
相關標籤/搜索