MySQL Forums
Forum List  »  Newbie

mysql table doed not exist problem
Posted by: vamsi_dandu
Date: May 26, 2005 06:00AM

hi dudes,

I am trying to "select" from a mysql table called "quiz".

I can execute the query successfully from command prompt.
select * from quiz;

but using JDBC, I am getting error
Table 'mysql.quiz' doesn't exist

Can anyone tell me why it is accessing "mysql.quiz" instead of "quiz".
what should i do now to tell mysql to look into quiz instead of "mysql.quiz"

Regards
Varma Dandu

Options: ReplyQuote


Subject
Written By
Posted
mysql table doed not exist problem
May 26, 2005 06:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.