Hi all,
We are migrating our server side database from Postgres to mySQL using mysql cluster.
In our application, as a new customer registered we create a database for that customer that includes some tables and global data. In Postgresql,in order to do this activity, we are having dump of global database that we use to restore for each customer going to register themself.
Now how could I create global database dump in mysql cluster. I have used mysqldump but using normal restoring process it wont work. Then I heard about START BACKUP utility of the mysql cluster, but I think it will dump all the cluster data, that we dont required.
Please suggest me the solution that will help me to taking dump of a database and restoring it when new client registered.
Thanks in Advance
We are migrating our server side database from Postgres to mySQL using mysql cluster.
In our application, as a new customer registered we create a database for that customer that includes some tables and global data. In Postgresql,in order to do this activity, we are having dump of global database that we use to restore for each customer going to register themself.
Now how could I create global database dump in mysql cluster. I have used mysqldump but using normal restoring process it wont work. Then I heard about START BACKUP utility of the mysql cluster, but I think it will dump all the cluster data, that we dont required.
Please suggest me the solution that will help me to taking dump of a database and restoring it when new client registered.
Thanks in Advance