Enviado em 16/02/2013 - 02:14h
Olá, pessoal,
root@computador# mysql -h localhost -u root -p
USE mysql
create user 'usuario'@'localhost' identified by 'usuario'; grant select, insert, update, delete, create, drop, references, execute on *.* to 'usuario'@'localhost';
ERROR 1396 (HY000): Operation CREATE USER failed for 'deitel'@'localhost'