17/01/2010, 08:19
|
| | Fecha de Ingreso: febrero-2009
Mensajes: 443
Antigüedad: 15 años, 9 meses Puntos: 1 | |
ERROR 1133 (42000): Can't find any matching row in the user table mysql> INSERT INTO `mysql`.`user` (`Host` ,`User` ,`Password`) VALUES ('localhost', 'usuario', SHA1( 'password' ));
Query OK, 1 row affected, 3 warnings (0.00 sec)
mysql> GRANT SELECT ON base de datos.* TO 'usuario'@'localhost';
ERROR 1133 (42000): Can't find any matching row in the user table |