Computing.Net > Forums > Linux > MySQL for redhat linux 9

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

MySQL for redhat linux 9

Reply to Message Icon

Name: jumairi
Date: March 31, 2004 at 19:31:36 Pacific
OS: redhat linux 9.0
CPU/Ram: AMD Duron 1.3GHz/256 DDR
Comment:

i'm a newbie with linux..could anyone tell me how to use MySQL



Sponsored Link
Ads by Google

Response Number 1
Name: bits4linux
Date: April 1, 2004 at 00:54:28 Pacific
Reply:

Hello,

For that you have to install mysql properly.Make sure that mysql is not runnig in the background.For that you have to do this

groupadd mysql
useradd -g mysql mysql
cd /usr/local
cd mysql
./scripts/mysql_install_db
chown -R root .
chown -R mysql data
chgrp -R mysql .
su - mysql
safe_mysqld & to work in background
Now you are start the mysql service

for stop the service you have to run the command "mysqladmin -u root shutdown"

Try for this......


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: MySQL for redhat linux 9

Redhat Linux 9.0 www.computing.net/answers/linux/redhat-linux-90-/22406.html

Redhat Linux 9.1 install problems www.computing.net/answers/linux/redhat-linux-91-install-problems/22203.html

xmms plugin for redhat 9 www.computing.net/answers/linux/xmms-plugin-for-redhat-9/21948.html