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
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
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"
Summary: Okay here's what's up. I just downloaded Redhat Linux 9.0. I was really excited that I was finally getting the version of linux that I have always wanted. First I thought I'd test it out on Microso...
Summary: Hey, For some reason when i try to install Redhat Linux 9.1 on my computer the screen goes black and says "out of range" then it says 255Hz or something.What can I do to correct this? thanks in ...
Summary: Head over to www.xmms.org and download a "patch" for RedHat Linux 9.0!!! There is an instruction on how to install it too but basically you do something like this as root, rpm -ivh filename.rpm -or-...