Re: Mysql and phpBB

2004-04-05 Thread Mark Susol | Ultimate Creative Media
> You may have a corrupt table. I would recommend printing the $query just > before mysql_query() is ran. This will give you the query that is failing > and the table that it is attempting to write to. May want to try a "check > table" on this table. SELECT post_id, post_subject, post_text FROM

Re: Mysql and phpBB

2004-04-05 Thread Bryan Heitman
Mark, You may have a corrupt table. I would recommend printing the $query just before mysql_query() is ran. This will give you the query that is failing and the table that it is attempting to write to. May want to try a "check table" on this table. Bryan - Original Message - From: "M

RE: MySQL and PHPBB access problem

2004-03-31 Thread Dathan Vance Pattishall
Your access permissions are not valid. Add user pete with a password to your grant tables as configured with PHPBB Or Add skip-grant-tables in you're my.cnf config file. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 11:09 AM