givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.86k stars 1.58k forks source link

Db error: "Access denied for user 'root'@'localhost' (using password: NO)" Error code: "1045" #323

Open Malovito opened 9 months ago

Malovito commented 9 months ago

Db error: "Access denied for user 'root'@'localhost' (using password: NO)" Error code: "1045" helpppp

givanz commented 9 months ago

Hi

What server are you using, do you use xampp or shared hosting with cpanel?

Can you check if you can connect to mysql with root without password?

Probably root has a password and it doesn't work without password.

You can either create a new user and use it to connect to the database or reset the root password.

Alternatively you can use sqlite that doesn't need configuration instead of mysql.