Is it possibile to convert an access database to MySQL type?
Is it difficult?
Thnx
There's an addin for Acces called MyAccess which enables you to create a mysql tablefrom an access table.
Try a Google search for MyAccess.
A solution could be exporting Access data to a text file and then import it to mySQL using phpmyAdmin.
It is of course, dependent on the complexity of your database. Only the data will be exported. Queries, macros and reports will be excluded.
Luke