MySql
Moderator: General Moderators
-
kpreston66
- Forum Newbie
- Posts: 3
- Joined: Mon Apr 25, 2005 6:53 pm
MySql
I am a beginner at all this, i have installed Apache, PHP package. I do not know what to do from here. What is MySql? How do i use it with my php code?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Have you got PHP working fine with Apache?
You'll need to edit the httpd.conf file if not. Post back here otherwise.
MySQL is a database, like MS Access but better
PHP can communicate very easily with MySQL for building powerful applications. Like this forums for example, written in PHP, backed by MySQL which stored all the threads etc.
You'll need to edit the httpd.conf file if not. Post back here otherwise.
MySQL is a database, like MS Access but better
PHP can communicate very easily with MySQL for building powerful applications. Like this forums for example, written in PHP, backed by MySQL which stored all the threads etc.
-
kpreston66
- Forum Newbie
- Posts: 3
- Joined: Mon Apr 25, 2005 6:53 pm
reply
Do you know of a good source for tutorials?
I want to find something that guides me through on how to link all files together, compile everything, putting everything on the web, etc.
I look at all these files for mySql, php and apache2 but i know nothing on how to make them work TOGETHER.
I want to find something that guides me through on how to link all files together, compile everything, putting everything on the web, etc.
I look at all these files for mySql, php and apache2 but i know nothing on how to make them work TOGETHER.
-
kpreston66
- Forum Newbie
- Posts: 3
- Joined: Mon Apr 25, 2005 6:53 pm
httpd.conf
what do i edit in the httpd.conf file?