|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I was wondering how I could import existing tables (.ISD files) into a new database (which is hosted somewhere else).
This is because I've got a database which contains a few tables on my own server, but now I want these tables to be imported by my hosting provider... The hosting provider already made a database which I can only access from their shell. Tnx alot. - BlackB1rd |
|
#2
|
|||
|
|||
|
You could export the tables as SQL scripts using mysqldump and then import them into your new database by running the script back into mysql:
$ mysql < myscript.sql Have a read of the mysqldump documentation for details. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Importing tables from command line... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|