Access denied

I can’t import the SQL file into database, I getting an error message like
Why this happening? How to resolve this.

SQL query:


– Veritaban?: booking

CREATE DATABASE IF NOT EXISTS booking DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

MySQL said: Documentation

#1044 - Access denied for user ‘ezyro_19388616’@‘192.168.0.%’ to database ‘booking’

>I can’t import the SQL file into database, I getting an error message like

Why this happening? How to resolve this.

SQL query:


– Veritaban?: booking

CREATE DATABASE IF NOT EXISTS booking DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

MySQL said: Documentation

#1044 - Access denied for user ‘ezyro_19388616’@‘192.168.0.%’ to database ‘booking’

It happens because of incorrect database credentials. Check your database name, username, password and try again.