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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.