I downloaded latest version of Wampserver v.3.2.6 and it has phpMyAdmin v.4.9.7 by default with phpMyAdmin v.5.1.1. It seems like it uses phpMyAdmin v.4.9.7 as default. I want to remove phpMyAdmin v.4.9.7 completely and just use phpMyAdmin v.5.1.1.
I'm using Laravel and when I run php artisan migrate it gives me this error:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))
I know how to fix this in Laravel, please don't tell me how to fix in Laravel.
The oldest version of Wampserver v.3.2.3 had no problem, because it had no phpMyAdmin v.4.9.7.
I think it is because of phpMyAdmin v.4.9.7. If you know any solution please help.
Thanks
I'm using Laravel and when I run php artisan migrate it gives me this error:
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))
I know how to fix this in Laravel, please don't tell me how to fix in Laravel.
The oldest version of Wampserver v.3.2.3 had no problem, because it had no phpMyAdmin v.4.9.7.
I think it is because of phpMyAdmin v.4.9.7. If you know any solution please help.
Thanks