In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >
Share
Shulou(Shulou.com)06/01 Report--
The first:
Assign all privileges to root: note the action below the command character.
grant all privileges on *.* to root@"%" identified by ". ";
flush privileges;
But after this restart, it won't work for a while.
Second:
Copy the view creation statement, directly change create to alter, definer to related, such as root@localhost For example:
Alter view to modify the definer value, alter ALGORITHM=UNDEFINED DEFINER=`public`@`192.168.0.%` SQL SECURITY DEFINER VIEW `view_product` AS View selection statement.
By executing use information_schema; and select TABLE_SCHEMA,TABLE_NAME,DEFINER from views;, you can query whether the definer has been successfully changed.
cause analysis
Because the view was created using xff@% user (no longer exists), and then the login user used xff@localhost user, mysql thinks that the current user has no permission to access the view, the solution is to rebuild the view under the current user.
Another way is if you are an operation and maintenance person, this problem is directly handled by the program, and it is checked to create triggers, views, stored procedures, etc. sql. If root@% is included, replace it. Recreate. I haven't tried it, but I can try it later.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.