> We have a php page that we put in people that belong to a football pool.
> However it is not adding the data to the table. We do not get any error
> messages either even tho the php page is setup to display the errors.
> I find no errors in the http-errrors.log. the httpd-access.log shows the
> post with no errors.

You're looking in the wrong logs. Find the <hostname>.err
file in the mysql data directory, and look through that.

You may also want to try using the update log
(mysqld --update_log=...). This will help you find
out if the requests do indeed make it to the server.

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to