I'm new to the whole thing. I have started up apache, enabled php in the httpd.conf file. I also installed the precompiled mysql image. After testing out a page with a <?php phpinfo() ?> I noticed in the "Configure Command" it has
'--with-mysql=/usr'
The precompiled image of MySQL installed at /usr/local/mysql
my $PATH's are setup correctly. So my question: is everything setup correctly?
'--with-mysql=/usr'
The precompiled image of MySQL installed at /usr/local/mysql
my $PATH's are setup correctly. So my question: is everything setup correctly?