// ** MySQL settings – You can get this info from your web host ** //^M
/** The name of the database for WordPress /^M define( ‘DB_NAME’, ‘i6039219_wp1’ );^M ^M /* MySQL database username /^M define( ‘DB_USER’, ‘cerrajer_db’ );^M ^M /* MySQL database password */^M
define( ‘DB_PASSWORD’, ‘E.KRdTYenfOAdch0nmb95’ );^M
make sure db name will be same and give permission
GRANT ALL PRIVILEGES ON database_name.* TO ‘username’@’localhost’;
GRANT ALL PRIVILEGES ON i6039219_wp1.* TO ‘cerrajer_db’@’localhost’;
and check user:group permission