Thanks for reply.
Problems
1) I cannot do any migration at all - i cant even create a table in a different app, it just fails with
django.db.utils.IntegrityError: NOT NULL constraint failed: new__hobbit_game.current_storystate_id
every time
2)I have tried opening a mySQL console with the following result
DROP DATABASE 'EIPI45$HOBBIT';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''EIPI45$HOBBIT'' at line 1
mysql> SHOW GRANTS FOR 'EIPI45';
ERROR 1142 (42000): SELECT command denied to user 'eipi45'@'10.0.0.146' for table 'user'
please advise