All Questions
3 questions
0
votes
0
answers
179
views
rowcount and db size not same after migration from mysql 5 to mysql 8
I upgraded my database from mysql 5 to mysql 8.
After backup from mysql 5 and restore to mysql 8, the db size and the rowcount for table isn't same.
Is there any explanation why because the log show ...
4
votes
1
answer
2k
views
How do you configure Django 3 to work with MySql 5?
I'm using Mac 10.13.6 and MySql 5.5 (can't upgrade at this time). I have just created a skeleton Django (v 3.0.2)/Python 3.7 app and configured my database setting like so
DATABASES = {
'default'...
1
vote
2
answers
410
views
MySQL: Migrating Queries from v4 to v5
When migrating a project from MySQL 4 to MySQL 5, what are the primary things I need to address in order to ensure queries remain compatible?
In general things should be fine, but I know that some ...