Linux under MySQL prompt "MySQL Deamon failed to start" error resolution

Source: Internet
Author: User

The operating system for CentOS, the site suddenly connected to the database, so friends directly restarted the server. In CLI mode, perform a service MYQSLD start discovery or Prompt "MySQL Deamon failed to start" error message.

#/etc/init.d/mysqld Start
MySQL Daemon failed to start.
Starting mysqld: [FAILED]

View Mysqld's log file

#less/var/log/mysqld.log
141201 11:35:20 mysqld_safe mysqld from PID File/var/run/mysqld/mysqld.pid ended
141201 11:35:43 Mysqld_safe starting mysqld daemon with databases From/var/lib/mysql
141201 11:35:43 [Warning] '--default-character-set ' is deprecated and'll be removed in a future release. Please use '--character-set-server ' instead.
141201 11:35:43 innodb:initializing buffer pool, size = 8.0M
141201 11:35:43 innodb:completed initialization of buffer pool
141201 11:35:43 innodb:started; Log sequence number 0 44233
141201 11:35:43 [ERROR] Can ' t start server:bind on TCP/IP port:permission denied
141201 11:35:43 [ERROR] Do you already has another MYSQLD server running on port:12345?
141201 11:35:43 [ERROR] Aborting

The description should be SELinux permission limit, need to turn off SELinux

View current configuration information.

# Getenforce

Enforcing

Indicates that SELinux is enabled. You just need to turn it off.

Close method:

/usr/sbin/setenforce 0 (0|1 open | off)

Or

Setsebool Ftpd_disable_trans 1

Linux under MySQL prompt "MySQL Deamon failed to start" error resolution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.