ricardonolan

Results 1 comments of ricardonolan

I had the same issue, problem is that for some reason, local mysql is still running (or some other version). Run this instead: `mysql -h 127.0.0.1 --user=root --password=root --execute="show databases;"`...