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 ...
Not only have you configured MySQL 8 for remote connections, you’ve also created a user with access to all databases and connected to the remote server with both the command line and a GUI.
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.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results