News

I currently have a rather large database in access that I need to convert over to MySQL for my new webhost. What would be the best method to go about this? The database is too large to manually ...
1) Dump to a csv file, or similar flat file and read it in.<BR><BR>2) Use something like PERL or PHP that can talk to both databases and do a select from A->foreach->insert into B.
Use this guide to learn how to easily create and manage a MySQL 8 user with remote access to all databases.