|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i've made a database on my win-nt m/c using the win32 binariy version of mysql...now how do i export this database to my database host server on the web??
mssql has this export facility...what to do on linux???? cheers URL beans-curry |
|
#2
|
|||
|
|||
|
just dump the DB to a text file ie
mysqldump -u whoever -p databasename > whatever.txt then send that text file to your server.. then simply run the mysqlimport function mysqlimport database whatever.txt hope it helps.... cryogen |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > exporting a database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|