MySQL Database Table Issue
Posted: Tue Jun 21, 2011 4:09 am
Hi,
I have a slight problem that I cannot find reference to.
What I am able to do successfully:
- Connect to a database on a hosted GoDaddy server with two types of access (full and read-only).
- Disconnect from the database.
Okay, so that is less than impressive. When I try any query, I get the error that the table does not exist in the database. Using other database tools, I know exactly what the structure of my database is. Here is an example of my problem:
Example Database Name: thename
Example Table Name: account
Any query on the table "account" returns an error that the table "thename.account" does not exist. What I cannot figure out is why the database name is being prepended to the database table name.
Any help would be greatly appreciated.
Thanks,
Ed
I have a slight problem that I cannot find reference to.
What I am able to do successfully:
- Connect to a database on a hosted GoDaddy server with two types of access (full and read-only).
- Disconnect from the database.
Okay, so that is less than impressive. When I try any query, I get the error that the table does not exist in the database. Using other database tools, I know exactly what the structure of my database is. Here is an example of my problem:
Example Database Name: thename
Example Table Name: account
Any query on the table "account" returns an error that the table "thename.account" does not exist. What I cannot figure out is why the database name is being prepended to the database table name.
Any help would be greatly appreciated.
Thanks,
Ed