If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > "Table xxx not exists" error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-06, 08:20
alvincks alvincks is offline
Registered User
 
Join Date: Mar 2004
Posts: 74
"Table xxx not exists" error

good day to all,

when i copy a folder belong to one database from data folder, then i copy it to another pc , when i query it , it give me error like "table xxx not exist" , how to solve it

it is both same version in 5.0,

thank you
Reply With Quote
  #2 (permalink)  
Old 12-15-06, 01:56
Yveau01 Yveau01 is offline
Registered User
 
Join Date: Dec 2005
Location: Tilburg, Netherlands
Posts: 73
I think this trick will only work with MyIsam tables. Please be more specific about the tables and we might be able to help ...

Gr,
Yveau
__________________

> SELECT * FROM users WHERE clue > 0;
Empty set (0.00 sec)

Reply With Quote
  #3 (permalink)  
Old 12-15-06, 06:32
alvincks alvincks is offline
Registered User
 
Join Date: Mar 2004
Posts: 74
how to check table type ?
Reply With Quote
  #4 (permalink)  
Old 12-15-06, 06:42
Yveau01 Yveau01 is offline
Registered User
 
Join Date: Dec 2005
Location: Tilburg, Netherlands
Posts: 73
This one will do the trick:

Code:
SELECT TABLE_NAME, ENGINE from INFORMATION_SCHEMA.TABLES

Gr,
Yveau
__________________

> SELECT * FROM users WHERE clue > 0;
Empty set (0.00 sec)

Reply With Quote
  #5 (permalink)  
Old 12-23-06, 06:45
alvincks alvincks is offline
Registered User
 
Join Date: Mar 2004
Posts: 74
hi all,

when i run the query,

i get the engine type for my new added table equal to "null" and others in "myISAM"
Reply With Quote
  #6 (permalink)  
Old 12-27-06, 05:11
Yveau01 Yveau01 is offline
Registered User
 
Join Date: Dec 2005
Location: Tilburg, Netherlands
Posts: 73
So the one you're looking for is MyIsam ? Or is
Quote:
... my new add table
the one you're looking for ?

Just in case, what OS are you on ? In some cases (like in my Debian Linux installation) table names are Case Sensitive ...

Gr,
Yveau
__________________

> SELECT * FROM users WHERE clue > 0;
Empty set (0.00 sec)

Reply With Quote
  #7 (permalink)  
Old 12-28-06, 08:23
alvincks alvincks is offline
Registered User
 
Join Date: Mar 2004
Posts: 74
yes , it is MyIsam and i use it in window

can i set all tables to myIsam type ? how i do that, any idea on this ?

thank you
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On