A instalação do MySQL falha e a senha root não pode ser definida

0

Estou tentando instalar o servidor mysql no ubuntu 14.0.4.

Quando eu corri sudo apt-get install mysql-server php5-mysql Recebi uma mensagem para definir a senha do root.

  1. Quando não defini uma senha, continuei pedindo senha
  2. Quando defino uma senha, ela mencionou que a senha foi alterada.

Saída:

start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libhtml-template-perl (2.95-1) ...
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.5; however:
  Package mysql-server-5.5 is not configured yet.

dpkg: error processing package mysql-server (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-0ubuntu6.4) ...
Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Então tentei o seguinte passo, mas ele falhou:

root@jdm:/var/run/mysqld# sudo mysql_install_db
Installing MySQL system tables...
160312  2:14:01 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
160312  2:14:01 [Note] /usr/sbin/mysqld (mysqld 5.5.47-0ubuntu0.14.04.1) starting as process 21095 ...

Installation of system tables failed!  Examine the logs in
/var/lib/mysql for more information.

You can try to start the mysqld daemon with:

    shell> /usr/sbin/mysqld --skip-grant &

and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /usr/bin/mysql -u root mysql
    mysql> show tables

Try 'mysqld --help' if you have problems with paths.  Using --log
gives you a log in /var/lib/mysql that may be helpful.

Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.


root@jdm:/var/run/mysqld# apt-cache policy mysql-server-5.5
mysql-server-5.5:
  Installed: 5.5.47-0ubuntu0.14.04.1
  Candidate: 5.5.47-0ubuntu0.14.04.1
  Version table:
 *** 5.5.47-0ubuntu0.14.04.1 0
    
por Sam 11.03.2016 / 19:28

1 resposta

0

Não sei por que você está tendo esse problema, mas parece um problema de privilégio com suas pastas não poder salvar sua configuração, eu faria backup de todos os arquivos importantes que você tem e fazer a instalação nova, porque em uma nova instalação você configura todos as senhas e ambiente completo da lâmpada e seu feito e trabalhando em pouco mais de uma hora. Espero que ajude

    
por Vasko 11.03.2016 / 22:51