Hi folks,
In the next few days I will be needing to duplicate a forum database. This is so I can convert the database over to use a different forum and I want to run it on a completely seperate database. Is there a simple and easy way to do this?
In the past I have exported the database and downloaded it to my desktop machine with phpmyadmin then created a new database and run all the sql queries in blocks because phpmyadmin times out when trying to do the whole .sql file at once. This takes a large amount of time.
Can the queries be run from the .sql file sitting locally on the server? How is this acheived?
Surely there is a quick and easy way to duplicate an existing database?
Any suggestion would be appreciated.
In the next few days I will be needing to duplicate a forum database. This is so I can convert the database over to use a different forum and I want to run it on a completely seperate database. Is there a simple and easy way to do this?
In the past I have exported the database and downloaded it to my desktop machine with phpmyadmin then created a new database and run all the sql queries in blocks because phpmyadmin times out when trying to do the whole .sql file at once. This takes a large amount of time.
Can the queries be run from the .sql file sitting locally on the server? How is this acheived?
Surely there is a quick and easy way to duplicate an existing database?
Any suggestion would be appreciated.

Comment