MySQL user right
Hi,
I'm doing a small PHP program at the moment and I've noticed something "weird".
I created a new user: test
test has no right at all.. everything is N (no)
I can login to the server fine but when I do:
mysql_list_dbs
I get 1 database (information_schema) showing ??? How can that be, 'test' doesn't have SELECT (it doesn't have anything for that matter)??
Please inlight me!!
|