Access denied; you need (at least one of) the SUPER privilege(s) for this operation
Error: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
solution: download the SQL file then import it as a root user then give permission to the same database with the IP based user.
GRANT ALL PRIVILAGES ON tacportal_db.* to tacportal_db@'IP' IDENTIFIED BY 'tacportal_db';
solution: download the SQL file then import it as a root user then give permission to the same database with the IP based user.
GRANT ALL PRIVILAGES ON tacportal_db.* to tacportal_db@'IP' IDENTIFIED BY 'tacportal_db';
Comments
Post a Comment