Skocz do zawartości
arkus

Problem z instalacja MySQL, błąd przy ustawieniu hasła

Polecane posty

Witam.

Mam problem z instalacją MySQL.

W czasie instalacji, po wpisaniu nowego hasła dla root pojawił się błąd, że nie można ustawić hasła dla użytkownika root. Nie wiem czy instalacja się przerwała czy też nie, najprawdopodobniej tak, ponieważ przy próbie odpalenia mysql wyskakuja błedy.
W czasie instalacji:

Setting up mysql-server-5.5 (5.5.31+dfsg-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
131019 22:45:10 [Note] Plugin 'FEDERATED' is disabled.
131019 22:45:10 InnoDB: The InnoDB memory heap is disabled
131019 22:45:10 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131019 22:45:10 InnoDB: Compressed tables use zlib 1.2.7
131019 22:45:10 InnoDB: Using Linux native AIO
131019 22:45:10  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
131019 22:45:13  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
131019 22:45:13 InnoDB: Fatal error: cannot initialize AIO sub-system
131019 22:45:13 [ERROR] Plugin 'InnoDB' init function returned error.
131019 22:45:13 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
131019 22:45:13 [ERROR] Unknown/unsupported storage engine: InnoDB
131019 22:45:13 [ERROR] Aborting

131019 22:45:13 [Note] /usr/sbin/mysqld: Shutdown complete

[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 mysql-server-5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)

Po instalacji

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!

Próbowałem usunąć mysql przez purge, ale to nic nie daje.
Mógłby mi ktoś pomóc? :)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Usuń zawartość /var/lib/mysql i spróbuj dpkg-reconfigure mysql-server

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Usuń zawartość /var/lib/mysql i spróbuj dpkg-reconfigure mysql-server

 

I przy okazji usunie sobie wszystkie bazy łacznie z tabelami baz które miał wcześniej lub przy poprzedniej istalacji oraz systemowymi, bazy w tej lokalizacji tworzone automatycznie jako standard i pisać aby to usunąć to .... (cenzura) :)

 

Pierw sprawdź uprawnienia typu chmod, chown do plików baz oraz socketa.

Często przy aktualizacjach baz danych z automatu wyskakuje błąd istnienia socketu który fizycznie nie powienien już być, więc killall -9 mysqld lub rm lokalizacja socketu i zawsze pomoga, następnie patrz w logi

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

I przy okazji usunie sobie wszystkie bazy łacznie z tabelami baz które miał wcześniej lub przy poprzedniej istalacji oraz systemowymi, bazy w tej lokalizacji tworzone automatycznie jako standard i pisać aby to usunąć to .... (cenzura) :)

Mam problem z instalacją MySQL.

 

W czasie instalacji, po wpisaniu nowego hasła dla root pojawił się błąd, że nie można ustawić hasła dla użytkownika root. Nie wiem czy instalacja się przerwała czy też nie, najprawdopodobniej tak, ponieważ przy próbie odpalenia mysql wyskakuja błedy.

Z powyższego założyłem, że jest to czysta instalacja. Przy okazji Twój komentarz możesz sobie ...... (cenzura).

  • Upvote 1

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Usuń zawartość /var/lib/mysql i spróbuj dpkg-reconfigure mysql-server

Coś powinno mi wyskoczyc? Bo nie pojawiło się nic.

 

Jest to czysta instalacja, nie było tam żadnych baz danych itp.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Okienko do konfigurowania hasła root. W my.cnf nic nie mieszałeś po drodze? Sprawdź czy po tym dpkg-rec.. utworzyło Ci katalogi w /var/lib/mysql.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Nie przypominam sobie zebym cos tam zmieniał, oto zawartość my.cnf

 

 

#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html

# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0

[mysqld]
#
# * Basic Settings
#
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = 127.0.0.1
#
# * Fine Tuning
#
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 100
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
# As of 5.1 you can enable the log at runtime!
#general_log_file = /var/log/mysql/mysql.log
#general_log = 1
#
# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf.
#
# Here you can see queries with especially long duration
#log_slow_queries = /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
# note: if you are setting up a replication slave, see README.Debian about
# other settings you may need to change.
#server-id = 1
#log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
#binlog_ignore_db = include_database_name
#
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
#
# * Security Features
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
#
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem



[mysqldump]
quick
quote-names
max_allowed_packet = 16M

[mysql]
#no-auto-rehash # faster start of mysql but no tab completition

[isamchk]
key_buffer = 16M

#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/

 

 

 

Nie ma tam tego folderu.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Dodałem i próbwałem odpalić dpkg-reconfigure, nic nie dało.

Da rade jakoś usunąć wszystkie pliki zwiazane z mysql? Moze wtedy instalacja od nowa by poszła normalnie.

Edytowano przez arkus (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

dpkg-reconfigure mysql-server-5.5:

Unable to set password for the MySQL "root" user                                                                                                        
                                                                                                                                                             
     An error occurred while setting the password for the MySQL administrative user. This may have happened because the account already has a password, or   
     because of a communication problem with the MySQL server.                                                                                               
                                                                                                                                                             
     You should check the account's password after the package installation.                                                                                 
                                                                                                                                                             
     Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more information.                                                                
                                                                                                                                                       <Ok>                    
root@arkus:~# dpkg-reconfigure mysql-server-5.5
invoke-rc.d: unknown initscript, /etc/init.d/mysql not found.
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 52: /usr/sbin/mysqld: No such file or directory
Edytowano przez arkus (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Skoro to czysta instalacja to może spróbuj:

dpkg -l | grep ' mysql'
# usuń wszystkie pakiety mysql "dpkg -r ..."
rm -rf /etc/mysql /var/lib/mysql
i zainstaluj ponownie.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Skoro to czysta instalacja to może spróbuj:

dpkg -l | grep ' mysql'
# usuń wszystkie pakiety mysql "dpkg -r ..."
rm -rf /etc/mysql /var/lib/mysql
i zainstaluj ponownie.

 

Nie chciały mi się usunąć 2 pakiety : mysql-common i mysql-server-5.5.

 

 

 

root@arkus:~# dpkg -l | grep ' mysql'
ii  mysql-client                    5.5.31+dfsg-0+wheezy1      all          MySQ              L database client (metapackage depending on the latest version)
ii  mysql-client-5.5                5.5.31+dfsg-0+wheezy1      i386         MySQ              L database client binaries
ii  mysql-common                    5.5.31+dfsg-0+wheezy1      all          MySQ              L database common files, e.g. /etc/mysql/my.cnf
ii  mysql-server                    5.5.31+dfsg-0+wheezy1      all          MySQ              L database server (metapackage depending on the latest version)
ii  mysql-server-5.5                5.5.31+dfsg-0+wheezy1      i386         MySQ              L database server binaries and system database setup
ii  mysql-server-core-5.5           5.5.31+dfsg-0+wheezy1      i386         MySQ              L database server binaries
root@arkus:~# dpkg -r mysql-client mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5
(Reading database ... 13823 files and directories currently installed.)
Removing mysql-client ...
dpkg: dependency problems prevent removal of mysql-common:
 libmysqlclient18:i386 depends on mysql-common (>= 5.5.31+dfsg-0+wheezy1).

dpkg: error processing mysql-common (--remove):
 dependency problems - not removing
Removing mysql-server ...
Removing mysql-server-5.5 ...
Removing mysql-server-core-5.5 ...
Removing mysql-client-5.5 ...
Processing triggers for man-db ...
Errors were encountered while processing:
 mysql-common
root@arkus:~# dpkg -l | grep ' mysql'                     ri  mysql-common                    5.5.31+dfsg-0+wheezy1      all          MySQL database common files, e.g. /etc/mysql/my.cnf
rc  mysql-server-5.5                5.5.31+dfsg-0+wheezy1      i386         MySQL database server binaries and system database setup
root@arkus:/home/ts3/teamspeak3-server_linux-x86# dpkg -r mysql-common
dpkg: dependency problems prevent removal of mysql-common:
 libmysqlclient18:i386 depends on mysql-common (>= 5.5.31+dfsg-0+wheezy1).

dpkg: error processing mysql-common (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 mysql-common
root@arkus:~# dpkg -r mysql-server-5.5
dpkg: warning: ignoring request to remove mysql-server-5.5, only the config
 files of which are on the system; use --purge to remove them too
root@arkus:~# dpkg -r --purge mysql-server-5.5
dpkg: error: conflicting actions -P (--purge) and -r (--remove)

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
root@arkus:~# dpkg --purge mysql-server-5.5
(Reading database ... 13598 files and directories currently installed.)
Removing mysql-server-5.5 ...
Purging configuration files for mysql-server-5.5 ...
root@arkus:~# dpkg --purge mysql-common
dpkg: dependency problems prevent removal of mysql-common:
 libmysqlclient18:i386 depends on mysql-common (>= 5.5.31+dfsg-0+wheezy1).

dpkg: error processing mysql-common (--purge):
 dependency problems - not removing
Errors were encountered while processing:
 mysql-common

 

 

 

root@arkus:~# sudo apt-get install apache2 php5 mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2 is already the newest version.
php5 is already the newest version.
The following extra packages will be installed:
  mysql-client-5.5 mysql-server-5.5 mysql-server-core-5.5
Suggested packages:
  libterm-readkey-perl tinyca
The following NEW packages will be installed:
  mysql-client-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/7376 kB of archives.
After this operation, 86.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously unselected package mysql-client-5.5.
(Reading database ... 13589 files and directories currently installed.)
Unpacking mysql-client-5.5 (from .../mysql-client-5.5_5.5.31+dfsg-0+wheezy1_i386.deb) ...
Selecting previously unselected package mysql-server-core-5.5.
Unpacking mysql-server-core-5.5 (from .../mysql-server-core-5.5_5.5.31+dfsg-0+wheezy1_i386.deb) ...
Selecting previously unselected package mysql-server-5.5.
Unpacking mysql-server-5.5 (from .../mysql-server-5.5_5.5.31+dfsg-0+wheezy1_i386.deb) ...
egrep: /etc/mysql/: No such file or directory
Selecting previously unselected package mysql-server.
Unpacking mysql-server (from .../mysql-server_5.5.31+dfsg-0+wheezy1_all.deb) ...
Processing triggers for man-db ...
Setting up mysql-client-5.5 (5.5.31+dfsg-0+wheezy1) ...
Setting up mysql-server-core-5.5 (5.5.31+dfsg-0+wheezy1) ...
Setting up mysql-server-5.5 (5.5.31+dfsg-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
131022 23:10:59 [Note] Plugin 'FEDERATED' is disabled.
131022 23:10:59 InnoDB: The InnoDB memory heap is disabled
131022 23:10:59 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131022 23:10:59 InnoDB: Compressed tables use zlib 1.2.7
131022 23:10:59 InnoDB: Using Linux native AIO
131022 23:10:59  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
131022 23:11:02  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
131022 23:11:02 InnoDB: Fatal error: cannot initialize AIO sub-system
131022 23:11:02 [ERROR] Plugin 'InnoDB' init function returned error.
131022 23:11:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
131022 23:11:02 [ERROR] Unknown/unsupported storage engine: InnoDB
131022 23:11:02 [ERROR] Aborting

131022 23:11:02 [Note] /usr/sbin/mysqld: Shutdown complete

[warn] /etc/init.d/mysql: WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz ... (warning).
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 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 mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

 

 

 

root@arkus:~# sudo /etc/init.d/mysql stop
[ ok ] Stopping MySQL database server: mysqld.
root@arkus:~# sudo mysqld_safe --skip-grant-tables &
[1] 4103
root@arkus:~# 131022 23:17:15 mysqld_safe Logging to '/var/lib/mysql/arkus.err'.
131022 23:17:15 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
131022 23:17:18 mysqld_safe mysqld from pid file /var/lib/mysql/arkus.pid ended
mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
[1]+  Done                    sudo mysqld_safe --skip-grant-tables

Edytowano przez arkus (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Pytałeś ich supportu?

Ile masz pamięci na tym vpsie?

Jeśli ustawienie innodb_use_native_aio = 0 nie pomogło to możesz jeszcze spróbować

echo 65536 > /proc/sys/fs/aio-max-nr
Próbowałeś instalować z pustym hasłem?

Ewentualnie jeśli nie potrzebujesz InnoDB, możesz spróbować je wyłączyć, dodając do /etc/mysql/my.conf

ignore_builtin_innodb 
default_storage_engine = MyISAM

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się


×