Re: install multiple versions of MySQL?

2005-12-02 Thread SGreen
"Bing Du" <[EMAIL PROTECTED]> wrote on 12/02/2005 09:41:21 AM: > Hello everyone, > > I've ever seen some document about how to install multiple versions of > MySQL on the same server. But I don't remember where I saw the document. > Anybody know

install multiple versions of MySQL?

2005-12-02 Thread Bing Du
Hello everyone, I've ever seen some document about how to install multiple versions of MySQL on the same server. But I don't remember where I saw the document. Anybody know anything about it and happen to have some pointers? If I want to install multiple versions, I have to install f

Re: Running multiple versions of MySQL on 1 machine

2004-08-09 Thread Michael Stassen
sean c peters wrote: I guess i dont fully understand how mysql uses my.cnf. Global settings go in /etc/my.cnf. Global to what? All mysql servers running on the machine, or some other Yes, all servers and clients on the same machine. definition? I guess my confusion is partially because my.cnf st

Re: Running multiple versions of MySQL on 1 machine

2004-08-09 Thread Paul DuBois
At 13:11 -0500 8/9/04, sean c peters wrote: I guess i dont fully understand how mysql uses my.cnf. Global settings go in /etc/my.cnf. Global to what? All mysql servers running on the machine, or some other Servers and clients definition? I guess my confusion is partially because my.cnf states the

Re: Running multiple versions of MySQL on 1 machine

2004-08-09 Thread sean c peters
I guess i dont fully understand how mysql uses my.cnf. > Global settings go in /etc/my.cnf. Global to what? All mysql servers running on the machine, or some other definition? I guess my confusion is partially because my.cnf states the port number for both servers and clients, but both servers

Re: Running multiple versions of MySQL on 1 machine

2004-08-09 Thread Michael Stassen
Global settings go in /etc/my.cnf. Server-specific settings go in that server's DATADIR/my.cnf. Running multiple servers is documented in the manual . Using clients in a multi-server setting is documented on one of the sub-pages. 4.0.1

Running multiple versions of MySQL on 1 machine

2004-08-09 Thread sean c peters
Hi all, I am looking to upgrade to MySQL 4.0.13 on a Solaris production server, and would like to install and test 4.0.13 without disturbing the existing 4.0.2 server, so that there will be minimal downtime when actually upgrading the production system. So, i should be able to compile 4.0.13 wi

Re: multiple versions of MySql

2003-06-18 Thread Primaria Falticeni
<[EMAIL PROTECTED]> Cc: "'MySQL LIST'" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 6:37 PM Subject: RE: multiple versions of MySql > No. It complains as well. The error I get > > Can't open file: platforms.InnoDB > > The funny thing is that

RE: multiple versions of MySql

2003-06-18 Thread Reggie Burnett
a Falticeni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 10:31 AM > To: Reggie Burnett > Cc: MySQL LIST > Subject: Re: multiple versions of MySql > Importance: High > > What about the mysql client? Did it report that table exists? > Test mysqlc from the all versi

Re: multiple versions of MySql

2003-06-18 Thread Primaria Falticeni
What about the mysql client? Did it report that table exists? Test mysqlc from the all versions from your computer. Iulian - Original Message - From: "Reggie Burnett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 6:20 PM Subject: mult

multiple versions of MySql

2003-06-18 Thread Reggie Burnett
What problems am I going to have with 3.23, 4.0.13, and 4.1 alpha installed on the same machine (Win XP?) I am developing some software and wanting to test against these versions but I am starting to have intermittent problems with MySql-Front where it declares that a table is now missing. Should

Re: Installing Multiple Versions of MySql on the Same Computer

2002-06-21 Thread Egor Egorov
Michael, Friday, June 21, 2002, 6:17:44 AM, you wrote: MI> I am currently running MySQL-3.23.51 on RedHat Linux MI> 7.2 and would like to gradually switch to MI> MySQL-Max-3.23.51. My question is, would I be able to MI> install them both if I only run one at a time? Sure. You can't use MySQL-

Installing Multiple Versions of MySql on the Same Computer

2002-06-20 Thread Michael Ivanyo
Hi, I am currently running MySQL-3.23.51 on RedHat Linux 7.2 and would like to gradually switch to MySQL-Max-3.23.51. My question is, would I be able to install them both if I only run one at a time? I am really looking forward to trying out transations and foreign keys using InnoDB and am in

HELP! How to run multiple versions of MySQL on Windows

2002-02-20 Thread Victoria Reznichenko
Scalper, Wednesday, February 20, 2002, 5:28:41 PM, you wrote: S> I am trying to run multiple versions of MySQL (not simultaneously) on my S> Windows box. S> One is NuSphere's 3.23.44 with Gemini tables and the other is Max 3.23.49. S> Do I only need to put the base files

HELP! How to run multiple versions of MySQL on Windows

2002-02-20 Thread Scalper
I am trying to run multiple versions of MySQL (not simultaneously) on my Windows box. One is NuSphere's 3.23.44 with Gemini tables and the other is Max 3.23.49. Do I only need to put the base files into two separate directories and then modify the my.ini to point to the version I want t

using mysqld_multi to start multiple versions of MySQL

2002-01-25 Thread Robin McMillon
use mysqld_multi to start/stop both multiple instances of 3.23.47 and instances of 3.22.32 since I am in a situation where MySQL will get upgraded for different applications at different times and I will definitely be running multiple versions of MySQL most of the time. I like the idea of being able t

Installing multiple versions of mysql

2001-08-06 Thread Armando Colpa
I am currently trying to install mysql on a linux machine that already has mysql running. I went into the safe_mysqld script and modified the tcp port to point to 3308 and the mysql.sock file to point to /tmp/tmp/mysql.sock. I was able to get this to work with one of the newer versions of mysql 3.