August 31, 2008
I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?
jglw21 asked:
I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?
Advanced Joomla
I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?
Advanced Joomla
Filed under Programming & Design by Administrator

Comments on I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?
Export the database from the USB stick, then import the file into the other MySQL server.
If you have a program like phpMyAdmin on your server, you can simply execute the .SQL script. Hope this helps.