Hello, I'm using Fedora 17 and installed MySQL 5.5.23 by executing
#yum install mysql mysql-server about 3 months ago.
Recently, I have a problem to start MySQL in my school server, when I execute
Code:
#service mysqld start
The output said:
Code:
Redirecting to /bin/systemctl start mysqld.service
Job failed. See system journal and 'systemctl status' for details.
so, I sxecuted:
Code:
#systemctl status mysqld.service
resulting
Code:
mysqld.service - MySQL database server
Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled)
Active: activating (start-post) since Tue, 02 Oct 2012 02:15:25 +0700; 357ms ago
Process: 14803 ExecStart=/usr/bin/mysqld_safe --nowatch --basedir=/usr (code=exited, status=0/SUCCESS)
Process: 14787 ExecStartPre=/usr/libexec/mysqld-prepare-db-dir (code=exited, status=0/SUCCESS)
Main PID: 15015 (mysqld); Control: 15016 (mysqld-wait-rea)
CGroup: name=systemd:/system/mysqld.service
├ 15015 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mys...
├ 15016 /bin/sh /usr/libexec/mysqld-wait-ready 15015
└ 15035 sleep 1
Oct 02 02:15:25 devel-ptiik.xx.xx.xx mysqld_safe[14803]: 121002 02:15:25 mysqld_safe...
Oct 02 02:15:25 devel-ptiik.xx.xx.xx mysqld_safe[14803]: 121002 02:15:25 mysqld_safe...
and this is what I get from /var/log/mysql.log
Code:
121002 02:04:20 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
121002 2:04:20 [Note] Plugin 'FEDERATED' is disabled.
121002 2:04:20 InnoDB: The InnoDB memory heap is disabled
121002 2:04:20 InnoDB: Mutexes and rw_locks use GCC atomic builtins
121002 2:04:20 InnoDB: Compressed tables use zlib 1.2.5
121002 2:04:20 InnoDB: Using Linux native AIO
121002 2:04:20 InnoDB: Initializing buffer pool, size = 128.0M
121002 2:04:20 InnoDB: Completed initialization of buffer pool
121002 2:04:20 InnoDB: highest supported file format is Barracuda.
121002 2:04:20 InnoDB: Waiting for the background threads to start
121002 2:04:21 InnoDB: 1.1.8 started; log sequence number 164218417
121002 2:04:21 [ERROR] Can't start server: Bind on TCP/IP port: Cannot assign requested address
121002 2:04:21 [ERROR] Do you already have another mysqld server running on port: 3306 ?
121002 2:04:21 [ERROR] Aborting
121002 2:04:21 InnoDB: Starting shutdown...
121002 2:04:22 InnoDB: Shutdown completed; log sequence number 164218417
121002 2:04:22 [Note] /usr/libexec/mysqld: Shutdown complete
please help to solve this problem, I'm still confused. what's going on?
I appreciate any answers
sorry for my English