After creating a database for my blog project in laravel on phpmyadmin and running php artisan migrate
; there has been a few problems. I cannot stop mysql, and when I try to go to phpmyadmin I get this:
Also, my xamppp mysql log file shows these two errors:
2022-09-11 13:43:04 103 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'min_value' at position 3 to have type varbinary(255), found type varchar(255).
2022-09-11 13:43:04 103 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'max_value' at position 4 to have type varbinary(255), found type varchar(255).
Only thing I can think of possibly being the problem is I changed one of the global user's password. It might not be the one causing these errors, but I don't know anything else that might be causing them.
(I mean the errors in the screenshot, not the two errors below it.)
source https://stackoverflow.com/questions/73681697/problems-with-phpmyadmin
No comments:
Post a Comment