0 Members and 1 Guest are viewing this topic.
# service mysqld restartStopping mysqld: [ OK ]MySQL Daemon failed to start.Starting mysqld: [FAILED]
# mysql -Vmysql Ver 14.14 Distrib 5.5.34, for Linux (x86_64) using readline 5.1
# rpm -qa|grep mysqlmysqlclient16-5.1.61-2.ius.el6.x86_64mysql-libs-5.5.34-1.el6.x86_64mysql-5.5.34-1.el6.x86_64mysql-server-5.5.34-1.el6.x86_64php53u-mysql-5.3.27-1.ius.el6.x86_64
# mysqlERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
# whereis mysql.sockmysql: /usr/bin/mysql /usr/lib/mysql /usr/lib64/mysql /usr/share/mysql /usr/share/man/man1/mysql.1.gz
Inform here 'sh /script/sysinfo; service mysqld restart; tail -10 /var/log/mysqld.log'.
# sh /script/sysinfo; service mysqld restart; tail -10 /var/log/ mysqld.logA. Kloxo-MR: 6.5.0.f-2013121702B. OS: CentOS release 6.5 (Final) x86_64C. Apps: 1. MySQL: mysql-5.5.34-1.el6.x86_64 2. PHP: php53u-5.3.27-1.ius.el6.x86_64 3. Httpd: --uninstalled-- 4. Lighttpd: --uninstalled-- 5. Nginx: --uninstalled-- 6. Qmail: qmail-toaster-1.03-1.3.29.mr.el6.x86_64 - with: courier-imap-toaster-4.1.2-1.3.14.mr.el6.x86_64 7. Dns: bind-9.9.4-1.P1.el6.x86_64D. Php-type (for Httpd/proxy):E. Memory: total used free shared buffers cached Mem: 1867 1236 631 0 198 387 -/+ buffers/cache: 650 1217 Swap: 3999 0 3999Stopping mysqld: [ OK ]MySQL Daemon failed to start.Starting mysqld: [FAILED]/usr/libexec/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x676eb1]/usr/libexec/mysqld[0x58d4d8]/usr/libexec/mysqld(_Z11plugin_initPiPPci+0x8c8)[0x590db8]/usr/libexec/mysqld[0x518078]/usr/libexec/mysqld(_Z11mysqld_mainiPPc+0x3fd)[0x51b1dd]/lib64/libc.so.6(__libc_start_main+0xfd)[0x384221ed1d]/usr/libexec/mysqld[0x510ee5]The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html containsinformation that should help you find out what is causing the crash.140410 22:18:28 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ende d
# cat /etc/my.cnf[mysqld]#skip-innodbdefault-storage-engine=innodb# Settings user and group are ignored when systemd is used (fedora >= 15).# If you need to run mysqld under different user or group,# customize your systemd unit file for mysqld according to the# instructions in http://fedoraproject.org/wiki/Systemduser=mysqldatadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sock# Disabling symbolic-links is recommended to prevent assorted security riskssymbolic-links=0# Semisynchronous Replication# http://dev.mysql.com/doc/refman/5.5/en/replication-semisync.html# uncomment next line on MASTER;plugin-load=rpl_semi_sync_master=semisync_master.so# uncomment next line on SLAVE;plugin-load=rpl_semi_sync_slave=semisync_slave.so# Others options for Semisynchronous Replication;rpl_semi_sync_master_enabled=1;rpl_semi_sync_master_timeout=10;rpl_semi_sync_slave_enabled=1# http://dev.mysql.com/doc/refman/5.5/en/performance-schema.html;performance_schema[mysqld_safe]log-error=/var/log/mysqld.logpid-file=/var/run/mysqld/mysqld.pid
# yum replace mysql --replace-with=mysql55Loaded plugins: fastestmirror, priorities, protectbase, replace, securityLoading mirror speeds from cached hostfile * base: mirror.crazynetwork.it * extras: mirror.citynethost.com * updates: mirror.citynethost.combase | 3.7 kB 00:00extras | 3.4 kB 00:00updates | 3.4 kB 00:000 packages excluded due to repository protectionsReplacing packages takes time, please be patient...Error: No Package Matching mysql55
Error: No Package Matching mysql55
Page created in 0.039 seconds with 17 queries.