Hola gnzsoloyo,
Se entiende perfectamente. Muchisimas gracias como siempre. Por desgracia no me ha dejado hacerlo de la manera que me has comentado por lo que lo he hecho así.
Código SQL:
Ver originalCREATE USER 'javier.sanchez' IDENTIFIED BY 'javier' WITH GRANT OPTION;
ERROR 1064 (42000): You have an error IN your SQL syntax; CHECK the manual that corresponds TO your MySQL server version FOR the RIGHT syntax TO USE near 'GRANT OPTION' at line 1
mysql> CREATE USER 'javier.sanchez' IDENTIFIED BY 'javier';
Query OK, 0 ROWS affected (0.02 sec)
mysql> GRANT ALL PRIVILEGES ON *.* TO 'javier.sanchez' WITH GRANT OPTION;
[/code]