• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Fresh install mysql errors

  • Thread starter Deleted member 174786
  • Start date
D

Deleted member 174786

Guest
I installed Ubuntu headless server 14.04 yesterday. The only thing, at that point, that I installed was ssh. I updated the server then installed Plesk with their automated install script.

This is a virtual server running on hyper-v. I have 12 cores, 16gb ram, and a 500gb hd alloted it. I'm running Plesk 12.5.30.

I accessed the website without issue. I do not have a valid ssl certificate yet as I hadn't gotten that far. I then installed the license for Plesk. I did a little snooping around to see how it works and then went to bed. I started this morning on it and the site wouldn't come up. I kept getting connection refused when I tried to access the site. I read around and it said to try this to fix it:

Code:
    cd /var
    sudo mkdir mysql
    sudo chmod 755 mysql
    cd mysql
    sudo ln -s /tmp/mysql.sock mysql.sock

This allowed me to access the site. When I try to do anything in the site, I get this:

Code:
ERROR: PleskDBException: Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and  accessible. (Abstract.php:69)

I checked the logs in /var/log/mysql/error.log, the mysql.error was zero bytes:

Code:
  151126 10:59:24 mysqld_safe Number of processes running now: 0
    151126 10:59:24 mysqld_safe mysqld restarted
    151126 10:59:24 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
    151126 10:59:24 [Note] /usr/sbin/mysqld (mysqld 5.5.46-0ubuntu0.14.04.2) starting as process 3082 ...
    151126 10:59:24 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
    151126 10:59:24 [Note] Plugin 'FEDERATED' is disabled.
    151126 10:59:24 InnoDB: The InnoDB memory heap is disabled
    151126 10:59:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    151126 10:59:24 InnoDB: Compressed tables use zlib 1.2.8
    151126 10:59:24 InnoDB: Using Linux native AIO
    151126 10:59:24 InnoDB: Initializing buffer pool, size = 128.0M
    151126 10:59:24 InnoDB: Completed initialization of buffer pool
    InnoDB: Unable to lock ./ibdata1, error: 11
    InnoDB: Check that you do not already have another mysqld process
    InnoDB: using the same InnoDB data or log files.
    151126 10:59:24  InnoDB: Retrying to lock the first data file
    InnoDB: Unable to lock ./ibdata1, error: 11
    InnoDB: Check that you do not already have another mysqld process
    InnoDB: using the same InnoDB data or log files.
    InnoDB: Unable to lock ./ibdata1, error: 11

I have not made any changes other than what I stated above. Anyone have any suggestions where to look or what to do?

Additional Info:

Code:
    [24-Nov-2015 20:23:38 America/Chicago] PHP Warning: chgrp(): Operation not permitted; File: /opt/psa/admin/plib/Plesk/Log.php, Line: 66
    [2015-11-24 20:23:38] ERR [1] PHP Warning: chgrp(): Operation not permitted; File: /opt/psa/admin/plib/Plesk/Log.php, Line: 66
    [2015-11-24 20:24:19] ERR [1] Module configs is not installed.
    [2015-11-24 21:18:21] ERR [panel] [Action Log] Failed login attempt with login 'techguyalabama' from IP 50.2.213.12
    [2015-11-24 21:18:28] ERR [panel] [Action Log] Failed login attempt with login 'admin' from IP 50.2.213.12
    [2015-11-25 09:30:45] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/spammng' '--status'] with exit code [1]
    [2015-11-25 09:30:45] ERR [1] '/opt/psa/admin/bin/spammng' '--status' failed with code 1.
    stdout:
    stderr:
    ERROR:spammng:[Errno 2] No such file or directory: '/etc/default/spamassassin'
    [2015-11-25 12:49:51] ERR [panel] [Action Log] Failed login attempt with login '<invalid>' from IP 104.238.110.138
    [2015-11-26 06:25:03] ERR [panel] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 10:27:18] ERR [panel] Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.:
    0: /opt/psa/admin/plib/CommonPanel/Application/Abstract.php:69
            CommonPanel_Application_Abstract::initDbAdapter()
    1: /opt/psa/admin/plib/Session/Helper.php:150
            Plesk\Session\Helper::initStorage()
    2: /opt/psa/admin/plib/auth.php:325
            AutoPrepend->initUserSession()
    3: /opt/psa/admin/plib/auth.php:230
            AutoPrepend->run()
    4: /opt/psa/admin/plib/auth.php:759
    [2015-11-26 10:27:18] ERR [1] Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 10:51:37] ERR [panel] Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.:
    0: /opt/psa/admin/plib/CommonPanel/Application/Abstract.php:69
            CommonPanel_Application_Abstract::initDbAdapter()
    1: /opt/psa/admin/plib/Session/Helper.php:150
            Plesk\Session\Helper::initStorage()
    2: /opt/psa/admin/plib/auth.php:325
            AutoPrepend->initUserSession()
    3: /opt/psa/admin/plib/auth.php:230
            AutoPrepend->run()
    4: /opt/psa/admin/plib/auth.php:759
    [2015-11-26 10:51:37] ERR [1] Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 10:59:31] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 10:59:32] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 10:59:32] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 10:59:32] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:08:57] ERR [panel] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.:
    0: /opt/psa/admin/plib/CommonPanel/Application/Abstract.php:69
            CommonPanel_Application_Abstract::initDbAdapter()
    1: /opt/psa/admin/plib/api-common/AbstractCu.php:1640
            AbstractCu::initDb()
    2: /opt/psa/admin/plib/api-common/AbstractCu.php:1666
            AbstractCu::initCLI()
    3: /opt/psa/admin/plib/scripts/setup-health-monitor.php:5
    [2015-11-26 11:08:57] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:09:08] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:13:47] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:13:47] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:22:41] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:22:41] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:22:41] ERR [1] Unable to connect to database:  /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.
    [2015-11-26 11:23:32] ERR [panel] Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.:
    0: /opt/psa/admin/plib/CommonPanel/Application/Abstract.php:69
            CommonPanel_Application_Abstract::initDbAdapter()
    1: /opt/psa/admin/plib/Session/Helper.php:150
            Plesk\Session\Helper::initStorage()
    2: /opt/psa/admin/plib/auth.php:325
            AutoPrepend->initUserSession()
    3: /opt/psa/admin/plib/auth.php:230
            AutoPrepend->run()
    4: /opt/psa/admin/plib/auth.php:759

    [2015-11-26 11:24:00] ERR [1] Unable to connect to database: mysql_connect(): No such file or directory /var/run/mysqld/mysqld.sock (Error code: 2002). Please check that database server is started and accessible.

Any help would be appreciated!
 
Back
Top