1
scottbb
needing some help on Linux with making sure database is working properly
  • 2007/6/13 1:52

  • scottbb

  • Just popping in

  • Posts: 1

  • Since: 2007/6/13


Hello there, I have just installed XOOPS on a Fedora 7 linux server. I am having trouble when I go to http://192.168.1.102/xoops it says that the data base cannot connect. I am suspecting I don't have all the proper Fedora packages. I am wondering if someone can give me some idea as to what packages I need. I currently have MySQL, Php, php-pear. 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. Thanks for the help.

2
JulioNC
Re: needing some help on Linux with making sure database is working properly
  • 2007/6/13 2:41

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


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.0
http://www.howtoforge.com/perfect_setup_centos_4.4


Quote:

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,

Who's Online

829 user(s) are online (777 user(s) are browsing Support Forums)


Members: 0


Guests: 829


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits