Activity Stream
48,167 MEMBERS
61241 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member

    Default [URGENT] Someone to fix my SQL DB $50

    My server has screwed up, and one of my impt tables in mysql is showing
    MySQL said:
    #1017 - Can't find file: 'links' (errno: 2)

    SQL show index from `links` failed : Can't find file: 'links' (errno: 2)



    I hope my DB info is still there. I'm using OVH and webmin. If someone can fic my DB, i'll pay him $50. PM me your msn asap.
    kohkindachi Reviewed by kohkindachi on . [URGENT] Someone to fix my SQL DB $50 My server has screwed up, and one of my impt tables in mysql is showing MySQL said: #1017 - Can't find file: 'links' (errno: 2) SQL show index from `links` failed : Can't find file: 'links' (errno: 2) I hope my DB info is still there. I'm using OVH and webmin. If someone can fic my DB, i'll pay him $50. PM me your msn asap. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Try running this in SSH -> " mysqlcheck --auto-repair --check --optimize --all-databases "

    Also, can you post more information such as, the software you are using, when it started, and if you did anything to cause it? (such as installing a new mod, accidental edited something, etc).

  4.     
    #3
    Member
    [root@ns26757 ~]# mysqlcheck --auto-repair --check --optimize --all-database
    mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
    [root@ns26757 ~]#

    No didn't do anything, there's something that happent to my server so I attempt a hard reboot, when it came back online it's like that

    I'm using centos 5.5 by the way

  5.     
    #4
    Member
    Quote Originally Posted by kohkindachi View Post
    [root@ns26757 ~]# mysqlcheck --auto-repair --check --optimize --all-database
    mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
    [root@ns26757 ~]#

    No didn't do anything, there's something that happent to my server so I attempt a hard reboot, when it came back online it's like that

    I'm using centos 5.5 by the way
    try putting the password & username. (however you login).

    mysqlcheck -u root -p --auto-repair --check --optimize --all-databases


    Also, is that table empty?

    You just just try to export the table; delete the table, recreate it, and import the table data again.

    (as someone said above, backup before doing so).

    And also what scripts are you using that use this data base? And when did it start happening.

  6.     
    #5
    Member
    Website's:
    rootw.net
    Try REPAIR TABLE links;

  7.     
    #6
    Member
    Thanks but it gives me this

    File 'links.MYD' not found (Errcode...
    Can't find file: 'links' (errno: 2)
    Corrupt

  8.     
    #7
    Member
    Website's:
    rootw.net
    If all else fails you could try

    DROP IF EXISTS links;
    CREATE TABLE links (
    links INT UNSIGNED NOT NULL DEFAULT '0',
    KEY postid (links)
    );
    unless you have important shit in the table "links", and doing this could be dangerous

    oh make backup first.

  9.     
    #8
    Member
    check the log files
    in /var/log
    it will have more info on the errors.
    Coding Horror Fan
    I don't read PM's frequently .

  10.     
    #9
    Member
    narutoroot, will that remove everything from the table? or there's a chance it'll be back?

  11.     
    #10
    Member
    Website's:
    rootw.net
    That will remove the table and everything in it, that's why I suggested to make a backup accordingly before running it^

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [VPS] VPS Urgent
    By Little Girl in forum Archive
    Replies: 4
    Last Post: 25th Apr 2011, 02:50 PM
  2. [URGENT] Need help with my OS!
    By cyber-cliff in forum Technical Help Desk Support
    Replies: 9
    Last Post: 19th Jan 2011, 03:34 PM
  3. Urgent Help !!
    By NightMare in forum General Discussion
    Replies: 0
    Last Post: 11th Jan 2011, 12:18 PM
  4. DNS Help please URGENT
    By RoXeN... in forum Technical Help Desk Support
    Replies: 7
    Last Post: 4th Jan 2011, 03:48 AM

Tags for this Thread

BE SOCIAL