From: Bheemsen Aitha Date: October 30 2012 4:08am Subject: ndb_restore is not restoring users and grants List-Archive: http://lists.mysql.com/mysql/228526 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6041a02cb04d04cd3ef12e --047d7b6041a02cb04d04cd3ef12e Content-Type: text/plain; charset=ISO-8859-1 Hi, I was able to backup my cluster using ndb_mgm and also restore using ndb_restore. However, when everything looks fine after restore, I see that users and grants are not restored. So, does ndb_restore restore all databases including information_schema and mysql databases, plus users and grants? Am I missing something? Do I need to do anything after restore step? here are the commands I used for restore. ndb_restore -c hostname -s -n 1 -m -b 3 -r --restore-privilege-tables=true --backup_path=/opt/app/mysql_data01/ndb_backup/BACKUP/BACKUP-3/ ndb_restore -c hostname -s -n 2 -b 3 -r --restore-privilege-tables=true --backup_path=/opt/app/mysql_data02/ndb_backup/BACKUP/BACKUP-3/ I really appreciate any help on this. Thanks -bheem --047d7b6041a02cb04d04cd3ef12e--