Re: PHP+MYSQL unable to select database

2001-12-10 Thread Benjamin Pflugmann
Hi. First, please avoid cross-posting. Try to narrow down the problem by trying from the command line client (i.e. try to rule out PHP as source of the problem). If that doesn't work, try the PHP list. If you are successful, it belongs to the MySQL list (as PHP is no longer part of the problem).

PHP+MYSQL unable to select database

2001-12-10 Thread josep
I can't select a database from a php script. I've set privileges in both the user and the data base tables and I've done FLUSH PRIVILEGES; WHY? JOSEP.

PHP+MYSQL: unable to select database

2001-12-10 Thread josep
I get: unable to select database when I visit my guestbook.php The user trying it is set in the mysql.user (without any perms) and in the mysql.db (with all perms). Do I have to set all perms to this user in the mysql.user table? Josep