I have a big problem with the MySQL server

  • reconfigured the I-MSCP and Restart your VPS, and I connect the MSQL server,. Try to start, stop and always subtract and I get this error:


    Code
    1. root@server1:/var/run# mysqld start130704 2:05:57 [Note] Plugin 'FEDERATED' is disabled.130704 2:05:57 InnoDB: Initializing buffer pool, size = 8.0M130704 2:05:57 InnoDB: Completed initialization of buffer pool130704 2:05:57 InnoDB: Started; log sequence number 0 12838827mysqld: Too many arguments (first extra is 'start').Use --verbose --help to get a list of available options130704 2:05:57 [ERROR] Aborting130704 2:05:57 InnoDB: Starting shutdown...130704 2:06:03 InnoDB: Shutdown completed; log sequence number 0 12838827130704 2:06:03 [Note] mysqld: Shutdown completeroot@server1:/var/run#


    please help!, all my wordpress sites have stopped working, and even the same panel of i-MSCP


    I have DEBIAN 6,, I have 2 GB of Ram and 346 only used, and I have the latest 1.1.0-rc2.3 -IMSCP


    Thanks


    Note: and restart the apache but still this error keeps coming


    [size=medium]Update!!!!!!!!!!!!!!!!!!![/size]


    already solved the problem, follow this help: http://stackoverflow.com/quest…sql-server-through-socket


    the savior code was


    Code
    1. sudo chown mysql:root /var/lib/mysql/ -R
    2. sudo chmod g+rw /var/lib/mysql/ -R
    3. sudo /usr/sbin/mysqld --skip-grant &


    Thanks anyway: D

    Edited once, last by alexhemingway ().