Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread chip . wiegand
I am having a problem with inserting data into a table via a web form, which was working just fine prior to changing the port the web server is listening on from 80 to 8080. I can insert data via the mysql command line just fine, just not from the web form. Below are the forms and table def for

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Jeremy Zawodny
MySQL knows nothing of the ports that your Web server may listen to. -- Jeremy D. Zawodny, [EMAIL PROTECTED] Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936 -- NEW MySQL 3.23.29: up 33 days, processed 260,996,108 queries (90/sec. avg)

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Werner Stuerenburg
Congratulations to the Webby Award! MySQL knows nothing of the ports that your Web server may listen to. -- Herzlich Werner Stuerenburg _ ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen Tel 0(049) 5224-997 407 ยท Fax 0(049)

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Chip
That's what I expected, but haven't figured out the problem with the one database. I created another very simple database and form and can insert data from the web form with no problem. -- Chip Jeremy Zawodny wrote: MySQL knows nothing of the ports that your Web server may listen to. --

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Allen Grace
- Original Message - From: Chip [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 10:04 AM Subject: Re: Please help - does changing the port the web server listens on affect mysql? That's what I expected, but haven't figured out the problem with the one database. I

Re: Please help - does changing the port the web server listens on affect mysql?

2001-07-19 Thread Chip
The data entered into the web form is not posted to the database, as mentioned in the original post. I can insert new data at the command line and the database is updated as expected. There's something about the web form that isn't right, or the way it connects? I don't see anything wrong with