Ortogar derechos al usuario mysql de rails¶
mysql> grant execute on gor_dev.* to 'gestor'@'localhost'; mysql> grant create routine on gor_dev.* to 'gestor'@'localhost'; mysql> show grants; Grants for gestor@localhost GRANT CREATE ROUTINE ON *.* TO 'gestor'@'localhost' IDENTIFIED BY PASSWORD '*18888888888888888888888888888888' GRANT ALL PRIVILEGES ON `gor_dev`.* TO 'gestor'@'localhost'