2
Hi
Do you use SElinux?
Please, Disable SELInux protection for mysqld if it is thus.
Well, Do you use yum repository?
yum -y install MySQL mysql-server
And start all services, for example httpd and mysql:
#service httpd start
#service MySQL start
You will come to add to MySQL at the levels of bullfight 3, 4 and 5, so that the following time that must initiate the equipment, MySQL is qualified.
chkconfig --level 345 mysqld on
After MySQL initiate for the first time, as root executes the mandate mysql:
# mysql
> use mysql
> update user set Password=PASSWORD('new_password_here') where user='root';
> flush privileges
> quit
Why use fedora?
CentOS is better (IMHO: The best distribution based on rpm)
http://www.centos.org (and they use XOOPS :)
Please, visite Howto forge for more info:
http://www.howtoforge.com/perfect_setup_centos5.0http://www.howtoforge.com/perfect_setup_centos_4.4Quote:
scottbb wrote:
... Also is anyone knowledgeable enough to tell me if there are any special commands I need to issue to get the database to be seen...
Learn SQL (mysql)you need sysadmin?
Julio,