I\'m trying to configure a web server (Debian 7). I followed this tutorial. I\'m renting my server thanks to gandi.net service. And i have now apache2, mysql, php5 up and runnin
I fix the issue by simply running this line on terminal
ALTER USER 'your_user'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_password';
your_user = root for me your_password = something choose what ever you want
your_user = root
your_password = something