I've been using MySQL from almost 4 years, you can imagine how many times I
used "COUNT(*)" ... I don't remember I had any kind of problems with it???
You may need to check the following:
1. Table? empty?
2. The condition in your SELECT query? probably returns nothing
3. Access right? you may have no access rights for the database, usually
"root" user can have all sufficient rights
4. Can you run your query in your MyAdmin program? or in your MySQLFront? or
in any well-known MySQL manager?
Regards,
Veszko