Save database to USB key
Solved
ASDEMORET
Posted messages
155
Status
Membre
-
mysql -
mysql -
Hello,
I just wanted to ask a technical question. I created a database in phpMyAdmin and I would like to put it on a USB drive to continue working on it on another computer. How should I proceed?
I just wanted to ask a technical question. I created a database in phpMyAdmin and I would like to put it on a USB drive to continue working on it on another computer. How should I proceed?
Configuration: Windows XP Internet Explorer 7.0
2 réponses
You need to export your database in SQL format. It will give you a file readable by Notepad. On the PC where you want to continue, simply import your database after creating the database ;)
--
For my configs, check my profile.
--
For my configs, check my profile.
ASDEMORET
Posted messages
155
Status
Membre
12
Well done, it's explained like that so it's really simple. Why didn't I think of that... Thanks again.