http://blog.chinaunix.net/uid/26870656.html 我是一个很懒的人
分类: Mysql/postgreSQL
2013-03-24 23:32:44
原文地址:Mysql-5.1.46源代码安装方法 作者:ghan
Mysql-5.1.46源代码安装方法
# chmod 755 mysql-5.1.46.tar.gz mysql>grant select,insert,update,create,delete,drop,index,alter,references,create temporary tables,lock tables on aa. * to aa identified by "123456"; mysql> flush privileges; |