ChinaUnix.net
相关文章推荐:

没有软件包mysqlserver50。

怎么删除已经安装的mysqlserver?

by j_yf - BSD - 2005-03-19 21:19:19 阅读(1733) 回复(11)

相关讨论
by tiredboy - MySQL - 2006-03-02 11:22:47 阅读(837) 回复(3)

环境:ubuntu desktop8.04 mysql-server5.0 装好mysql5.0之后,mysql-client5.0也装了 $mysql -uroot -p 进入 mysql>grant all privileges on *.* to root@'%' identified by 'xxxxxxx'; 提示成功 mysql>grant all privileges on *.* to otheruser@'%' identified by 'xxxxxx'; 提示成功 mysql>exit $mysql -uotheruser -p ERROR 1045 (28000): Access denied for user 'zhiyiuser'@'localhost' (using password: YES) $mysql -...

by 艾斯尼勒 - MySQL - 2008-07-06 12:32:30 阅读(1150) 回复(4)