Create database error

hi everyone … I can’t continue to install openmr in windows 10 with this error

… any suggestion

First try loggin in via command propt ensuring that your root password is correct.

You might have to create one.

Hi @osman

First you will have to create a user in MySQL and grant all privileges. and then use those user credentials: Here is the command to create a user and grant the privileges:

GRANT ALL PRIVILEGES ON *.* TO '<newusername>'@'localhost' IDENTIFIED BY '<newpassword>';

FLUSH PRIVILEGES;

Run these commands and use the and while installing the OpenEMR.

Thanks,
Roshan