| > |
PHPFAQ - How can I convert a Access database to a MySQL database? |
[Bookmark it] |
|
|
| PHPFAQ - How can I convert a Access database to a MySQL database? |
|
Question : How can I convert a Access database to a MySQL database?Answer :The easy way and the way we recommend to do it is to download mysqlfront which has the capability of importing ODBC sources to mysql databases.
It is also possible to convert your access database to csv files and then import them into your mysql database structure (ex with LOAD FILE).
If you have Access installed this hack might interest you.
http://www.osfaq.com/article.php3?sid=76
|
|
|
|
|
|
|