Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't start server: Bind on TCP/IP port: Cannot assign requested address
    primarykey
    data
    text
    <p>I rebooted my server yesterday, unfortunately mysql cannot be started now.</p> <p>The error log is as following:</p> <pre><code>root@site-digger:/var/log/mysql# cat error.log 130216 16:11:32 [Note] Plugin 'FEDERATED' is disabled. 130216 16:11:32 InnoDB: Initializing buffer pool, size = 8.0M 130216 16:11:32 InnoDB: Completed initialization of buffer pool 130216 16:11:33 InnoDB: Started; log sequence number 0 1382359817 130216 16:11:33 [ERROR] Can't start server: Bind on TCP/IP port: Cannot assign requested address 130216 16:11:33 [ERROR] Do you already have another mysqld server running on port: 3306 ? 130216 16:11:33 [ERROR] Aborting 130216 16:11:33 InnoDB: Starting shutdown... 130216 16:11:38 InnoDB: Shutdown completed; log sequence number 0 1382359817 130216 16:11:38 [Note] /usr/sbin/mysqld: Shutdown complete ... </code></pre> <p>I checked and didn't find any program is using 3306, please see following.</p> <pre><code>root@site-digger:/var/log/mysql# sudo netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 site-digger.com:59367 li566-52.members.li:ssh ESTABLISHED tcp 0 0 site-digger.com:ssh 61.150.56.248:65255 ESTABLISHED tcp 0 216 site-digger.com:ssh 61.150.56.248:61553 ESTABLISHED tcp 0 0 site-digger.com:www 1.82.9.18:55526 TIME_WAIT Active UNIX domain sockets (w/o servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ] DGRAM 600880492 unix 3 [ ] STREAM CONNECTED 600845962 unix 3 [ ] STREAM CONNECTED 600845961 unix 3 [ ] STREAM CONNECTED 600596531 unix 3 [ ] STREAM CONNECTED 600596530 </code></pre> <p>I tried sudo mysql start. But still not working. OS: Ubuntu 11.10</p> <p>The results for netstat -a -t is as following:</p> <pre><code>root@site-digger:/var/log/mysql# netstat -a -t Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:www *:* LISTEN tcp 0 0 *:ssh *:* LISTEN tcp 0 0 *:https *:* LISTEN tcp 0 20824 site-digger.com:59367 li566-52.members.li:ssh ESTABLISHED tcp 0 0 site-digger.com:ssh 61.150.56.248:65255 ESTABLISHED tcp 0 52 site-digger.com:ssh 61.150.56.248:61553 ESTABLISHED tcp 0 0 site-digger.com:www crawl-66-249-73-2:45760 TIME_WAIT tcp 0 0 site-digger.com:www 218.30.103.146:49094 TIME_WAIT tcp6 0 0 [::]:ssh [::]:* LISTEN </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload