August 31, 2008

I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?

mysql
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

Tags:

Filed under Programming & Design by Administrator

Permalink Print

Comments on I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?

September 2, 2008

DorkRawk @ 5:07 am

Export the database from the USB stick, then import the file into the other MySQL server.

September 4, 2008

BefreELivewelL @ 6:50 am

If you have a program like phpMyAdmin on your server, you can simply execute the .SQL script. Hope this helps.