Kevin Lippiatt wrote:
I've installed the php, mySql and phpMyAdmin RPMs that comes on the
Fedora 4 CDs. I am familiar with php, mysql and phpmyadmin under windows
where i installed the software in my desired location. I am also
familiar with the setup and location of config files for this software
and for apache etc. However I'm failing to understand the way this
software is setup in Linux. I am a complete novice with Fedora and
Linux. I know I have Apache running but... a: I'm not sure where to
navigate to in order to use phpmyadmin to administer my mySql databases
etc? b: where are the config files for the various softwares?
Many Thanks
Kevin
It depends where you installed it. Look in /var/www/html. It's probably
in /var/www/html/phpMyAdmin. The configuration file is in that directory.
If phpMyAdmin is there, use http://localhost/phpMyAdmin.
It would be a good idea to add a .htaccess file to restrict that
directory to a limited number of IP addresses.
The configuration for mysql is /etc/my.conf. The config file for php is
/etc/php.ini.
--
Steve