Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
1 + 7 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

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

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,
needing some help on Linux with making sure database is working properly
by scottbb on 2007/6/13 1:52:05

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.

Who's Online

804 user(s) are online (755 user(s) are browsing Support Forums)


Members: 0


Guests: 804


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