haggis73
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 1
Hello all,
I am importing a SQL backup in phpmyadmin and getting following issue
/*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`sarsc_sessionweb`@`localhost` SQL SECURITY DEFINER */ /*!50001 VIEW `sessioninfo` AS select `m`.`sessionid` AS `sessionid`,`m`.`versionid` A
#1227 - Access denied; you need the SUPER privilege for this operation
I assume it is failing at the VIEW? I may be wrong.
On the cpanel mysql I can see the user has ability to Create View.
I have came across the following thread - https://community.x10hosting.com/th...ilege-required-to-create-view-in-mysql.74124/ which says you cannot create databases.
Any assistance appreciated...
I am importing a SQL backup in phpmyadmin and getting following issue
/*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`sarsc_sessionweb`@`localhost` SQL SECURITY DEFINER */ /*!50001 VIEW `sessioninfo` AS select `m`.`sessionid` AS `sessionid`,`m`.`versionid` A
#1227 - Access denied; you need the SUPER privilege for this operation
I assume it is failing at the VIEW? I may be wrong.
On the cpanel mysql I can see the user has ability to Create View.
I have came across the following thread - https://community.x10hosting.com/th...ilege-required-to-create-view-in-mysql.74124/ which says you cannot create databases.
Any assistance appreciated...