分类:
2012-04-22 17:39:19
原文地址: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; |