| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | taking out 3.23 and installing 4.0 | taking out 3.23 and installing 4.0 2004-03-17 - By Egor Egorov
Back ryan@(protected) wrote:
>
> (newbie warning)
> Hi,
> We just got a dedicated host who gave us mysql 3.23,
> they want quite $ a bit to upgrade us which we cant afford so I decided to this this myself.
>
> This is on a linux machine.
>
> I have never worked on Linux, only windows.
>
> I have downloaded the necessary file/s to do this after speaking with our host, this is the file:
> mysql-standard-4.0.18-pc-linux-i686.tar.gz
>
> Is there a step by step guide to do this?
> (remove 3.23 and install 4.0 OR keep 3.23 and run 4.0 side by side)
>
> Advise, URLs and any other kind of help appreciated.
If you want remove 3.23 and install 4.0:
- backup MySQL data dir
- install MySQL 4.0. How to install MySQL from binary distribution you can read at:
http://www.mysql.com/doc/en/Installing_binary.html
- restore MySQL data dir and run mysql_fix_privilege_tables to upgrade grant tables
- remove 3.23
If you want to have both 3.23 and 4.0 versions, you should specify different port, socket, pid-file:
http://www.mysql.com/doc/en/Multiple_servers.html
Some notes about upgrade from 3.23 to 4.0 you can find at:
http://www.mysql.com/doc/en/Upgrading-from-3.23.html
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net
http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__ Egor.Egorov@(protected)
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |