|
Author |
Message |
|
|
Posted : Sun, 12 October 2008 15:09:06
Subject :
php/MySQL
I have been told that all distros come with php/MySQL installed. I cannot find them. Where do I start? I'm just now learning php and MySQL so I'm not real familiar with them.
|
|
|
|
PerlCoder
|
Posted : Sun, 12 October 2008 19:47:14
Subject :
php/MySQL
Do they? I didn't know that.
I know they are very easy to get though for distributions that use debian package management (such as Debian and Ubuntu). In Debian Lenny, "sudo apt-get install mysql-client mysql-server" will get you MySQL and "sudo apt-get install php5" will get you PHP. (Or switch to root and leave out "sudo" if you haven't set up sudo).
Just name the distro that you are using, and I'm sure we will be able to point out the right package for you.
|
|
PerlCoder
|
Posted : Sun, 12 October 2008 19:56:51
Subject :
php/MySQL
Oh, and if you install Apache2 (for your web-server) I think you automatically get the PHP packages it needs to read the PHP inserted into your xhtml. (I installed apache on my laptop for a class and it processes the PHP just fine.)
|
|
gigman7
|
Posted : Sun, 12 October 2008 23:54:56
Subject :
Re: php/MySQL
Someone showed me how to do it. Thanks.
|