Search results

  1. G

    ERROR: "SUPER privilege" required to create view in MySQL

    Hi, I'm trying to create a view in my database, and I receive the following error. CREATE ALGORITHM = UNDEFINED DEFINER = `root`@`localhost` SQL SECURITY DEFINER VIEW `fishmap_v1`.`fishery_list` AS SELECT `fishmap_v1`.`fishery_details`.`name` AS `name` , `fishmap_v1`.`fishery_details`.`add1`...
Top