|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
i have a database that i want to transfer to a new server. How do i do this please help
|
|
#2
|
|||
|
|||
|
Use mysqldump. You will need to read about the options in the documentation, but basically, you can run mysqldump and pipe the output to a text file, which you can use as the complete set of SQL queries and inserts to create the database at the other end.
# mysqldump -u username -h hostname -p databasename > mydatabase.txt |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > database backup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|