-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL: GRANT ALL ON misc.* TO 'fred'@'localhost' IDENTIFIED BY 'zap' is deprecated #27
Comments
The current versions of MAMP & XAMPP are not MySQL 8.0. When this changes the updates will be made, it's already been tested. |
Stephen - If we make this change - won't it work for both MySQL 5 and 8? |
Hi Chuck, It looks like it, there is also the issue to update ENGINE=InnoDB CHARACTER SET=utf8mb4; so the default isn't the utf8 alias to utf8mb3. It looks like at some point the alias will change anyway, but don't use it, be explicit instead. Mostly I didn't want to submit these changes when the course was busy, and I still haven't done a 2nd or 3rd LAMP from scratch to verify. I haven't forgotten. There was a note on MAMP that the MAC 6.0 version might have been MySQL 8.0 but that didn't happen. The one big change was switching to PHP 8.0 in XAMPP and MAMP. |
Update, course 2 music db, copied working assignment to a new PC via phpMyAdmin Export (2 years old), into new system running MySQL 8.0.22 and received multiple warnings, Warning: #1681 Integer display width is deprecated and will be removed in a future release. That is for all the lines, like MySQL info, it's a difference after 8.0.17 Will need to go back and check course examples, it may just be an Export / Import issue and nothing needs changed. Course 3 autos, |
wa4e/assn/autosdb/index.php
Line 116 in cf57687
wa4e/assn/autosdb/index.php
Line 117 in cf57687
should be:
The text was updated successfully, but these errors were encountered: