|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I have a batabase made with mysql running on windows NT , but I have to use it on mysql on linux is there any ways to convert the database
|
|
#2
|
|||
|
|||
|
No need to *convert* it. Just use mysqldump to export all SQL commands used to build the database (you can also include all record inserts).
mysqldump -u [user] -p [database] > filename.sql pipes the output to a text file, which you can then use to create the identical database on your Linux machine. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Databese convertion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|