Activity Stream
48,167 MEMBERS
61053 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
  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
    Website's:
    rootw.net
    Try REPAIR TABLE links;

  6.     
    #5
    Member
    Thanks but it gives me this

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

  7.     
    #6
    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.

  8.     
    #7
    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 .

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

  10.     
    #9
    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^

  11.     
    #10
    Member
    That means nthing will be retrieved?
    I'm looking for ways to have it back first

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