MYSQL: The user specified as a definer (‘root’@’%’) does not exist
La solución al problema de mysql: The user specified as a definer ('root'@'%') does not exist
Es:
1 |
grant all on *.* to 'root'@'%' identified by 'password' with grant option; |