|
Your IP is: 38.103.63.16 |
# stop the instance using passwords: /sbin/service mysqld stop # Restart the MySQL server with the --skip-grant-tables option /usr/bin/mysqld_safe --skip-grant-tables & |
# # blow away the stale prior MySQL server install rpm -e mysql-server cd /var/lib ls rm -rf mysql # # and then reinstall the server yum -y install mysql-server chkconfig mysqld on service mysqld start /usr/bin/mysqladmin -u root password 'JackCitySalt' /usr/bin/mysqladmin -u root -h acme.devnull.lan password 'JackCitySalt' # # make a note of the root password in a well known place cd ~ mkdir pw chmod 700 pw cd pw joe MySQL |
Copyright (C) 2007 R P Herrold
herrold@owlriver.com NIC: RPH5 (US)
My words are not deathless prose,
but they are mine.
Owl River Company
"The World is Open to Linux (tm)"
... Open Source LINUX solutions ...
info@owlriver.com
Columbus, OH
|   |   |   |   |
|
[legal]
[ no spam policy ]
[ Copyright]
© 2008 Owl River Company All rights reserved. |