Save database to USB key
Solved
ASDEMORET
Posted messages
155
Status
Member
-
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 answers
-
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. -
Salut, I'm a beginner in computer science and I have a problem. I created a MySQL database on my PC and I want to know how to copy it to a USB drive so I can continue working on another computer. Thank you for your help.