Hi there,
You need to grant REFERENCES permission for your database user.
GRANT REFERENCES ON `database_name`.* TO 'database_user'@'localhost';
Hi there,
You need to grant REFERENCES permission for your database user.
GRANT REFERENCES ON `database_name`.* TO 'database_user'@'localhost';