mysql恢复数据问题
我用的是ROOT用户 需要恢复3个库
[root@webser ~]# /opt/mysql/bin/mysql -uroot -p tradesub </home/beinan/tradesub.sql
Enter password:
[root@webser ~]#
应该是恢复成功了 没报错
[root@webser ~]# /opt/mysql/bin/mysql -uroot -p yltdb </home/beinan/yltdb.sql
Enter password:
ERROR 1449 (HY000) at line 2884: There is no 'root'@'%' registered
[root@webser ~]#
这个就报错,我就没搞明白是啥问题
我是菜鸟 还请指教。
[ 本帖最后由 richie_freedom 于 2007-12-28 17:25 编辑 ]