MySQL Forums
Forum List  »  PHP

Re: There are 0 users in the database.
Posted by: Rick James
Date: March 15, 2014 02:02PM

1. Search the PHP scripts for
"users in the database"
2. Find the SELECT statement shortly before that that looks in the database.
3. Look in that table via phpmyadmin and/or the "mysql" commandline program.
You will probably find that the table is empty.
4. Search the PHP scripts for the table name, to see how that table is populated.
5. etc.

Options: ReplyQuote


Subject
Written By
Posted
Re: There are 0 users in the database.
March 15, 2014 02:02PM


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.