Posts by Diogo • 171 points
2 posts
-
0
votes1
answer454
views -
17
votes4
answers58320
viewsA: Error: Access denied for user 'root'@'localhost' (using password:NO) accessing Website
1 - Install Mysql and start the service with the command below: sudo systemctl start mysql 2 - Configure Mysql initially with the command below: sudo mysql_secure_installation 3 - Log into Mysql…