[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MySQL directions again



In case that attachment didn't come thru correctly for you guys the 1st time, here
are the irections (/me curses Outlook which he's forced to use at work):

MySQL 3.22.25 Install FAQ for LKB

* Download the linux-gnu on i686 (pc) distribution of MySQL from:
  http://www.mysql.org/download_3.22.html
* tar -xzPf the mysql file into /usr/local/mysql-3.22.25
* shut down old mysql server
* link /usr/local/mysql to /usr/local/mysql-3.22.25
* replace data directory within new MySQL root with data directory from old mysql
  server
* start new mysql server in same way you started old mysql server
* if your root user for mysql isn't called root, edit the
  bin/mysql_fix_privilege_tables and fix all user='s
* from your MySQL root directory run: bin/mysql_fix_privilege_tables

Your done.