MySQL - No puedo conectar a mysql.

 
Vista:

No puedo conectar a mysql.

Publicado por Marc (1 intervención) el 02/07/2004 15:07:20
Buenas, el problema que tengo es que desde una maquina no me puedo conectar a mysql.
He instalado en una maquina el mysql 3.23.58 ejecuto:
mysqld --console y me sale esto:
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
mysqld: ready for connections

Desde otra maquina con el mismo mysql pongo:
mysql -h "LA IP DE LA MAQUINA" -u root -p
Me pregunta el password, pongo el correcto y me dice:
ERROR 1130:Host "BS5PX003" IS NOT ALLOWED TO CONNECT TO THIS MYSQL SERVER.
Alguien sabe porque es y que puedo hacer para conectarlos?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:No puedo conectar a mysql.

Publicado por Alfredo Bielma Lopez (80 intervenciones) el 09/07/2004 03:58:47
Deberias de haber iniciado el demonio del servidor, mysqld:

# /etc/rc.d/init.d/mysqld start
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar