Hi all,
I'm trying to migrate my SQlite database to a MySQL db hosted in my pythonanywhere account (using MySQL Workbench) and I've successfully connected to pythonanywhere, but when trying to migrate I get multiple 1044 and 1142 errors, 'Access Denied' and 'CREATE command denied to user..'
I've been trying different solutions from here and stackoverflow over the last few days but to no avail, any help would be greatly appreciated.
A bit of the stack trace:
Starting...
Connect to Target Database...
Connect to Target Database done
Perform Checks in Target...
- Validating for existing schemas on target MySQL Server...
Perform Checks in Target done
Create Schemas and Objects....
- Creating schema in target MySQL server at Mysql@mattpythontesting.mysql.pythonanywhere-services.com:3306@ssh.pythonanywhere.com...
- Executing preamble script...
Execute statement: SET FOREIGN_KEY_CHECKS = 0
- Creating schema full...
Execute statement: DROP SCHEMA IF EXISTS full
WARNING: Error executing 'DROP SCHEMA IF EXISTS full
'
Access denied for user 'mattpythontestin'@'%' to database 'full'.
SQL Error: 1044
Matt