hi all
we are trying to move from a Zimbra 4.5.11 FOSS server to
a Zimbra 4.5.11 Network Edition server.
We followed the steps in this link:
Network Edition Moving from Open Source to Network Edition ZCS - Zimbra :: Wiki
In step 4 of Preparing the Network Edition Server, after we ran the mysql -f zimbra < /backup/mysql.sql , we got these errors
ERROR 1044 (42000) at line 20: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
ERROR 1044 (42000) at line 28: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
ERROR 1044 (42000) at line 29: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
ERROR 1044 (42000) at line 41: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
ERROR 1044 (42000) at line 42: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
.....
.....
.....
ERROR 1044 (42000) at line 514: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
ERROR 1044 (42000) at line 516: Access denied for user 'zimbra'@'localhost' to database 'information_schema'
--------------
Any advice?
We are thinking of installing 4.5.11 FOSS on the new server and then copying the contents in /opt/zimbra/db from the old server to the new server, instead of doing mysqldump and then importing it.
Will this work?
Thank you very much in anticipation.
---
okay
this is what i did -- seems to work
mysql -u root -p [PASSWORD REMOVED] -v zimbra < /backup/mysql.sql


LinkBack URL
About LinkBacks

Since version 10.9 the client now


