For When You Can't Have The Real Thing
[ start | index | login ]
start > mysql > redhat install

redhat install

Created by dave. Last edited by dave, 19 years and 231 days ago. Viewed 3,192 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Quick start for mysql on RedHat

...assuming you are using the rpms that come with your distro, and you have actually installed the rpms.

# chkconfig mysqld on
# service mysqld start
# mysqladmin password $YOUR-ADMIN-PASSWORD
# mysql -u root -p mysql
> select user();
> quit

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt