Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    4

    Default Mysql error

    Hey,

    I'm seeing below error message in server mysql log

    ==========
    091222 13:27:57 [ERROR] /usr/sbin/mysqld: Incorrect information in file: './username_dbname/products.frm
    =========

    my.cnf is like this

    ======

    [mysqld]
    set-variable = max_connections=750
    safe-show-database
    ==========

    And all sites are showing mysql errors

    Any help?

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,050

    Default

    Is Mysql service down? Try to repair the database from the command prompt using the following command:

    myisamchk -r /var/lib/mysql//username_dbname/*.MYI
    restart the mysql service and see if the problem persists.

  3. #3
    Member nilesh_kolte's Avatar
    Join Date
    Apr 2006
    Posts
    66

    Default

    Hello,

    You can use the following commands to check the products table.

    1. Login to your mysql.
    mysql -u user -p pass

    2. Select the database
    mysql> user database;

    3. Run the following command to repair the table.

    mysql> repair table products

    4. It will show you the correct error.

    Also our friend "madaboutlinux" is given you one command that will also work.

    It's not related to your my.cnf. The problem is in your table variables.
    ~~~ Cool Buddy ~~~

Similar Threads & Tags
Similar threads

  1. Replies: 0
    Last Post: 01-17-2011, 12:42 PM
  2. Replies: 2
    Last Post: 06-22-2009, 08:30 AM
  3. MySQL fails - /tmp/mysql.sock error
    By mudduck in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 11-16-2007, 10:28 AM
  4. Mysql Failed error after setting up Remote MySQL server
    By ReB in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 03-28-2007, 02:47 AM
  5. Can't get mysql to work - Getting mysql.sock error (but a unique one)
    By noimad1 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-21-2006, 02:04 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube