Erro do Debian Squeeze / MySQL

0

Eu instalei o lighttpd e o PHP no MySQL usando as instruções da resposta aceita aqui:

http://raspberrypi.stackexchange.com/questions/1164/how-to-install-lighttpd-with-php

Então eu tentei configurar o my.cnf para permitir acesso remoto ao MySQL usando as instruções aqui:

http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html

Quando digito mysqld start ou mysqld stop , recebo um fluxo de erros aparentemente interminável. É muito longo para colar aqui, então vou mencionar alguns:

[Note] Plugin 'FEDERATED' is disabled
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: Using the same InnoDB data or log files.
InnoDB: Retrying to lock the first data file
InnoDB: Unable to lock ./ibdata1, error: 11
.
.
.
InnoDB: Error in opening ./ibdata1
InnoDB: Error number 11 means 'Resource temporarily unavailable'.
InnoDB: If you tried to add new data files, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your preciious data!
[ERROR] Plugin 'InnoDB' init function returned error.
[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
mysqld: Too many arguments (first extra is 'start').
[ERROR] Aborting

O que devo fazer?

    
por Spartanblogger 17.10.2012 / 02:13

1 resposta

1

Parece que você já tem o daemon mysql em execução. Eu não verifiquei os links acima, mas se você fez uma entrada em /etc/rc.local ou tem /etc/rc.d/rc.mysqld você deve saber que estas entradas são usadas para iniciar o servidor mysql durante o processo de inicialização.

Execute nmap no seu host após a inicialização para ver se o serviço está sendo executado.

    
por 17.10.2012 / 05:05

Tags