Just found this from a search of the forum - by Stephen way back
of course I forgot one thing, take MySQL SQL Export, then import on new side but strip off the use db_name from the top of the SQL export, so that it will import over to the new without any error it can easily be done in notepad.
Moved a small DB with no problems. But, the next DB to move is large, and the import into MySQL10 is limited to (Max: 2,048 KiB) Even if I zip up the DB I want to move it is still too big.
I’ve raised a ticket asking for advice [RS #CJK-53202-210] but would appreciate any pearls of wisdom.
hm. how did you get HeidiSQL to log in? I am trying to access a db on mysql8 as well. I put in the IP 173.x.129.x
user acct_dbadmin
pw mypassword
port 3306
Databases acct_mydbname
tried playing with a bunch of stuff. I always get the error:
SQL Error (1045): Access denied for user
‘acct_dbadmin’@‘xx.xx.xx.xx[my home IP address]’ (using password: YES)
To me the single quotes look odd, as if heidi should be sending
“[email protected]”
but instead it is sending wrong spacing or oddly quoted stuff?