|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Can anyone point me to an idiot's guide for converting mSQL databases to MySQL databases? The ISP I work for has recently upgraded the services it offers from PHP/F1 & mSQL (which I'm very familiar with) to PHP3 & MySQL and I badly want to get stuck into the new combination. I'm a relatively experienced (relative to what, one might ask) web developer/Internet consultant, but my problem is that I'm a product of the GUI era and don't get on at all well with UNIX command lines and vi editors. I know of the msql2mysql utility, but the entire 'user manual' reads something like "run it on the msql source, compile it, and then fix all remaining problems". Hmmm. Surely someone can offer a better, friendlier, utility?!
|
|
#2
|
|||
|
|||
|
I doubt it's an "idiot's" guide, but O'Reilly has a new book out on MySQL and mSQL:
http://www.oreilly.com/catalog/msql/ |
|
#3
|
|||
|
|||
|
Can you export a tab-delimited or a comma-delimited file from mSQL?
If so do that, then you'd be able to import that file into MySQL using the LOAD DATA INFILE command. The documentation on LOAD DATA INFILE can be found at: http://www.devshed.com/Server_Side/MySQL/Manual/manfiles/manual_Reference.html#LOAD_DATA |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Idiots guide to converting mSQL to MySQL? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|