Results 1 to 10 of 23
Hybrid View
-
6th Jun 2010, 06:35 AM #1OPMember
[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
-
6th Jun 2010, 06:38 AM #2Member
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).
-
6th Jun 2010, 06:41 AM #3OPMember
[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
-
6th Jun 2010, 07:03 AM #4Member
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.
-
6th Jun 2010, 06:43 AM #5MemberWebsite's:
rootw.netTry REPAIR TABLE links;
-
6th Jun 2010, 06:47 AM #6OPMember
Thanks but it gives me this
File 'links.MYD' not found (Errcode...
Can't find file: 'links' (errno: 2)
Corrupt
-
6th Jun 2010, 06:48 AM #7MemberWebsite's:
rootw.netIf all else fails you could try
DROP IF EXISTS links;
CREATE TABLE links (
links INT UNSIGNED NOT NULL DEFAULT '0',
KEY postid (links)
);
oh make backup first.
-
6th Jun 2010, 06:49 AM #8Member
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 .
-
6th Jun 2010, 06:50 AM #9OPMember
narutoroot, will that remove everything from the table? or there's a chance it'll be back?
-
6th Jun 2010, 06:51 AM #10MemberWebsite's:
rootw.netThat will remove the table and everything in it, that's why I suggested to make a backup accordingly before running it^
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[VPS] VPS Urgent
By Little Girl in forum ArchiveReplies: 4Last Post: 25th Apr 2011, 02:50 PM -
[URGENT] Need help with my OS!
By cyber-cliff in forum Technical Help Desk SupportReplies: 9Last Post: 19th Jan 2011, 03:34 PM -
Urgent Help !!
By NightMare in forum General DiscussionReplies: 0Last Post: 11th Jan 2011, 12:18 PM -
DNS Help please URGENT
By RoXeN... in forum Technical Help Desk SupportReplies: 7Last Post: 4th Jan 2011, 03:48 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...