Oracle/DB2/Postgresql/Mysql/Hadoop/Greenplum/Postgres-xl/Mongodb
分类: Mysql/postgreSQL
2010-05-23 12:18:40
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; |