I am facing this problem instead of using the right script


Please help with this one.
Question was : Q2:
Configure Database as below

DATABASE : ecomdb

USER : ‘ecomuser’@‘localhost’

PASSWORD: ecompassword

PRIVILEGES : ALL PRIVILEGES ON . TO ‘ecomuser’@‘localhost’

Note: Run sudo mysql command to get into MYSQL shell.

Hi @slenka035,
The correct query is CREATE DATABASE ecomdb; and do the same for all.

Regards,

I did the same in my screenshot please check and inform where to change.

You have used the "MariaDB > " also, which is wrong.

Got it, Thank You @Tej-Singh-Rana