|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Okay, I am new to the MySQL arena and I have a question - is there an easy and preferrably graphical interface - anything that is easy - on how I can convert data to a format that is MySQL compatible?
I just seem to not be able to find anything and would appreciate some guidance. Thanks. Mike |
|
#2
|
|||
|
|||
|
Well, this all kind of depends on a couple of things. First and foremost, what format is your data in at the moment? Is it stored in flat files, or another DB, or some other method? Secondly, what do you want to do with your data in MySQL? If you want to do anything more than very simple queries it makes sense to spend some time carefully designing the structure of your DB to ensure that it is easy to maintain.
There are tools available to import data from tab delimited files into MySQL (mysqlimport being the obvious choice), but you generally need a table structure already defined (I think, I've not really used them before). Check the MySQL page for more details. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Conversion of Data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|