Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/09/2005, 15:11
ricardomz
 
Fecha de Ingreso: junio-2005
Ubicación: Edo. Mex
Mensajes: 725
Antigüedad: 18 años, 11 meses
Puntos: 5
Error en select * from user

Saludos¡¡

Tengo un problema con mysql, la verdad no se que suceda y por eso me atreví a realizar otro post.

Si se fijan tengo localhost repetido, ¿Cual es el problema?? Segun esto existen dos root.

Ya que cuando trato de entrar a phpmyadmin me dice lo siguiente:

phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información dada por el administrador del servidor MySQL.

Error

MySQL ha dicho:


#1045 - Access denied for user: 'root@localhost' (Using password: NO)


C:\APPSERV\MYSQL\BIN>mysql -u root -p
Enter password: ****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 59 to server version: 4.0.24-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mysql;
Database changed
mysql> select * from user;
+-----------+------+------------------+-------------+-------------+-------------
+-------------+-------------+-----------+-------------+---------------+---------
-----+-----------+------------+-----------------+------------+------------+-----
---------+------------+-----------------------+------------------+--------------
+-----------------+------------------+----------+------------+-------------+----
----------+---------------+-------------+-----------------+
| Host | User | Password | Select_priv | Insert_priv | Update_priv
| Delete_priv | Create_priv | Drop_priv | Reload_priv | Shutdown_priv | Process_
priv | File_priv | Grant_priv | References_priv | Index_priv | Alter_priv | Show
_db_priv | Super_priv | Create_tmp_table_priv | Lock_tables_priv | Execute_priv
| Repl_slave_priv | Repl_client_priv | ssl_type | ssl_cipher | x509_issuer | x50
9_subject | max_questions | max_updates | max_connections |
+-----------+------+------------------+-------------+-------------+-------------
+-------------+-------------+-----------+-------------+---------------+---------
-----+-----------+------------+-----------------+------------+------------+-----
---------+------------+-----------------------+------------------+--------------
+-----------------+------------------+----------+------------+-------------+----
----------+---------------+-------------+-----------------+
| localhost | root | 67457e226a1a15bd | Y | Y | Y
| Y | Y | Y | Y | Y | Y
| Y | Y | Y | Y | Y | Y
| Y | Y | Y | Y
| Y | Y | | | |
| 0 | 0 | 0 |
| localhost | | | N | N | N
| N | N | N | N | N | N
| N | N | N | N | N | N
| N | N | N | N
| N | N | | | |
| 0 | 0 | 0 |
+-----------+------+------------------+-------------+-------------+-------------
+-------------+-------------+-----------+-------------+---------------+---------
-----+-----------+------------+-----------------+------------+------------+-----
---------+------------+-----------------------+------------------+--------------
+-----------------+------------------+----------+------------+-------------+----
----------+---------------+-------------+-----------------+
2 rows in set (0.02 sec)

mysql>

De antemano agradezco sus respuestas¡