Ok, Thanks Tobias! I'm all set. And I actually found the relevant info in
the manual. Sorry for the bother, all.
From: Tobias Asplund <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "'Rich Brant'" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject:
> # If you specify no service name, the server uses the default service name of MySQL
> and the server reads options from the [mysqld] group in the standard option files.
> # If you specify a service name after the --install option, the server ignores the
> [mysqld] option group and instead read
> Hello,
>
> What do I need to add to the my.ini file? Can anyone post a typical setup
> of this as an example?
I install with mysqld-nt-max --install servicename
servicename in those cases are MysQL40, MySQL41 and MySQL50
Those are the relevant rows:
[mysqld]
[mysql40]
basedir = C:/mysql/4.0
gt;
Reply-To: <[EMAIL PROTECTED]>
To: "'Rich Brant'" <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
Subject: RE: my.ini file for two instances of MySql - need help
Date: Mon, 12 Jan 2004 10:55:21 -0600
Here is an example of what I used:
[mysqld]
# set basedir to your
AM
To: [EMAIL PROTECTED]
Subject: my.ini file for two instances of MySql - need help
Hello,
I need to get two instances of Mysql running on the same machine. It's a
windows 2000 server. The existing MySQL is 3.23 and is running in another
directory. It appears to be used for LiveStats.
I
At 16:48 + 1/12/04, Rich Brant wrote:
Hello,
I need to get two instances of Mysql running on the same machine.
It's a windows 2000 server. The existing MySQL is 3.23 and is
running in another directory. It appears to be used for LiveStats.
I need to install version 4 and have them both run
Hello,
I need to get two instances of Mysql running on the same machine. It's a
windows 2000 server. The existing MySQL is 3.23 and is running in another
directory. It appears to be used for LiveStats.
I need to install version 4 and have them both running.
What do I need to add to the my.in