colinp Posted November 15, 2006 Share Posted November 15, 2006 Hi im getting the following error on my site , since ive moved servers i now get this error 1016 - Can't open file: 'configuration.ibd' (errno: 1) select configuration_key as cfgKey, configuration_value as cfgValue from configuration ive tryed everyway i can think of of getting the database from the old server , downloaded from phpmyadmin, download from mysqladmin , and copy and pasting the data directory please help also is it just me or is the search on this forum just pants ?? Link to comment Share on other sites More sharing options...
jdvb Posted November 15, 2006 Share Posted November 15, 2006 have you tried repair table configuration from phpmyadmin? Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2006 Share Posted November 15, 2006 it could be your sql server. try another script that uses mysql to check if it works. Link to comment Share on other sites More sharing options...
colinp Posted November 15, 2006 Author Share Posted November 15, 2006 i have 3 other osc sites on the new server so mysql seems good ive tryed reparing in phpmyadmin i get the error Can't open file: 'configuration.ibd' (errno: 1) Link to comment Share on other sites More sharing options...
Daemonj Posted November 15, 2006 Share Posted November 15, 2006 You shouldn't be using an InnoDB table anyway. All of your tables should be MyISAM. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.