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
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
taking out 3.23 and installing 4.0

taking out 3.23 and installing 4.0

2004-03-17       - By Egor Egorov

 Back
Reply:     1     2  

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)