Good evening,
I've been trying to run a website through a raspberry to access it with remote access. I installed OS Pipplware along with Lamp and phpmyadmin. I sent through the filezilla based on the website and ran everything perfection. Phpmyadmin appeared with errors, which prevented me from importing the database there, but after a reconfiguration I managed to get everything working. However the Website still has the same error:
Access denied for user 'root' @ 'localhost' (using password: NO)
And when trying to solve, I noticed that in mysql, both in user
mysql -h localhost -u user -p database_name
as root,
mysql -u localhost -u root -p database_name
The same 1045 (28000) error still occurs: Access denied for user 'root' @ 'localhost' (using password: NO) Does anyone know this error or do you know how to solve it? Thanks for all the help you offer.