Re: Installation mysql 4.1 on debian 3.0
I have just done it with 4.1.4a-gamma, but using the source code (tbz2), even with cluster enable.
I installed first the mysql form apt to get all the dependencies and
the user and group create by the package. (leazy)
I followed the instructions the general Manual (Sect. 2.3.1 Source
Instalation Overview). I use the configure script as follows
./configure --with-innodb -with-embedded-server --enable-thread-safe-client \
--with-vio --with-raid --prefix=/usr/local/mysql-4.1.4a-gamma
obtained from BUILD/compile-pentium-max (no opensssl)
An then run make .. wait to compile, and make install.
Just change to the directory /usr/local/mysql-4.1.4a-gamma/bin
and run the install_db and it will create the directory
/usr/local/mysql-4.1.4a-gamma/var for the databases.
Adapt the script to run from support-files/mysql.server to your
basedir and then copy it to /etc/init.d and link it to /etc/rcS.d
if you want it to start automatically when you start your
computer.
And It shoud be running
Cheers
Subject
Written By
Posted
September 09, 2004 01:18PM
Re: Installation mysql 4.1 on debian 3.0
September 15, 2004 09:14AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.