MySQL Forums
Forum List  »  Newbie

I am getting SQLSTATE[42S02]: Base table or view not found
Posted by: Don Ho
Date: August 30, 2016 03:24PM

I have added a couple of new tables to the current DB. When I use PDO to access the data I receive the following message:

An Error Occured! ---> SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bes.custmaster' doesn't exist

If I change the table name to a table that existed prior to the new table, the process works and pulls in data.

When I access this table from PHPMYADMIN the table and data exist.

Thank you for the help

Don Ho.

Options: ReplyQuote


Subject
Written By
Posted
I am getting SQLSTATE[42S02]: Base table or view not found
August 30, 2016 03:24PM


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.