in reply to Re^2: How to use perl CGI programs with mysql server?
in thread How to use perl CGI programs with mysql server?

MySQL is a database product, not a webserver. If you want a webpage to interact with a database at some point you are going to need Webserver software, like Apache.

So, to answer your question, no, you will need MySQL server to run your database, and Apache to serve your webpages (generated via your CGI connected to MySQL).

Hope this helps

Martin

  • Comment on Re^3: How to use perl CGI programs with mysql server?