[PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
Hello, I'm using a product called Squirrelmail for my web based email. In it, it uses a database for user preferences and address books. (I posted to that list, and it was suggested to check here) I created the database squirrel. I created two tables, one called addresses and one called prefs.

Re: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
Does the user that the script runs as have full CRUD access to the new tables? Have you set any restrictions on what that user can do to the table(s)? --- Jody Cleveland [EMAIL PROTECTED] wrote: Hello, I'm using a product called Squirrelmail for my web based email. In it, it uses a database

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
Does the user that the script runs as have full CRUD access to the new tables? Have you set any restrictions on what that user can do to the table(s)? Boy, do I feel lost... How would I check that? Thanks! Jody -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
Sorry. Stupid technospeak on my part. When you connect to the database, you tell it to use a particular username and password. When these new tables were created, did you change the permissions in the mysql table for the user, or does that account have access to all the tables/databases?

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
Sorry. Stupid technospeak on my part. No problem, much ignorance on my part. When you connect to the database, you tell it to use a particular username and password. When these new tables were created, did you change the permissions in the mysql table for the user, or does that account have

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
--- Jody Cleveland [EMAIL PROTECTED] wrote: Sorry. Stupid technospeak on my part. No problem, much ignorance on my part. When you connect to the database, you tell it to use a particular username and password. When these new tables were created, did you change the permissions in the