MySQL Error: The user specified as a definer (xxx@xxx) does not exist

Source: Internet
Author: User

Today due to the replacement of the server, re-local backup of the database, trial run program error, as follows:

MySQL Error: The user specified as a definer ([email protected]) does not exist

This means that the definition of a database object (i.e. [email protected]) does not exist.

The reason is that when the database is exported and restored, the definition of the view is still the original user,

However, the local database does not have a corresponding user.

Workaround: Copy the view statement, replace the user information, that is (XXX@XXX) marked red place, and then delete the original view, regenerate it.

MySQL Error: The user specified as a definer ([email protected]) does not exist

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.