Jump to content

#1227 - Access denied; you need the SUPER privilege for this operation


paddyhaig

Recommended Posts

What's going on here. I have a local mySQL database and a remote mySQL database both use to sync just fine, but now I am getting this error. Can antone tell me why and how I can stop it? I have been syncing this db for weeks without any problems. 

 

 

Error

 

SQL query: Documentation

 

/*!50001 CREATE ALGORITHM=UNDEFINED DEFINER=`oninacom_onina`@`localhost` SQL SECURITY DEFINER VIEW `test` AS (select `auth`.`id` AS `id`,`auth`.`first_name` AS `first_name`,`auth`.`last_name` AS `last_name`,`auth`.`login` AS `login`,`auth`.`password` AS `password`,`auth`.`privilege` AS `privilege` from `auth`) */;

 

MySQL said: Documentation

#1227 - Access denied; you need the SUPER privilege for this operation

I remember know what it is!!! I had experimented with views on my local system and had an experimental  view in the views folder and had forgotten about it. I guess my remote db provider doesn't like views. So when I came to sync the two data bases, I was getting rejected because of the view. How's that look???  :P

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.