MySQL help needed
I have a large databse on my computer and I need to transfer all the data from my computer to my webserver.
Does anyone know how to transfer such a large database between 2 MySQL databases?
I have tried to export the database from the PHPMyAdmin pannel(with the feature that exports the database in a text file with all the inserts), but it doesn't work since the database is too big(over 50k records - about 50Mb). Any ideas? Is there a specialized software for something like this?
Any feedback appreciated.
|