dbTalk Databases Forums  

Blowing my mind how to setup multiple mysql servers on one windows box..

mailing.database.mysql mailing.database.mysql


Discuss Blowing my mind how to setup multiple mysql servers on one windows box.. in the mailing.database.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Blowing my mind how to setup multiple mysql servers on one windows box.. - 06-06-2006 , 10:34 AM






Having some major issues... Racking my brain. Also it is worthy to
note as of 3 weeks ago i have 0 experience with MySQL.

So anyway.. HOW DO YOU DO IT?? hehe - I can get multiple services
installed and started, but everytime i try to make any edits to them
and stop/restart they wont restart. here is my exact .ini file.

===================================

# options for mysql service 1
[testdb1]
port = 3306
datadir= C:/Program Files/MysqlInstance1/Bin/data
innodb_data_home_dir= C:/Program Files/MysqlInstance1/Bin/data
innodb_data_file_path=ibdata1:10M:autoextend
innodb_log_group_home_dir=C:/Program Files/MysqlInstance1/Bin/data
innodb_log_arch_dir=C:/Program Files/MysqlInstance1/Bin/data

# options for mysql service 2
[testdb2]
port = 3308
datadir= C:/Program Files/MysqlInstance2/Bin/data
innodb_data_home_dir=C:/Program Files/MysqlInstance2/Bin/data
innodb_data_file_path=ibdata2:10M:autoextend
innodb_log_group_home_dir=C:/Program Files/MysqlInstance2/Bin/data
innodb_log_arch_dir=C:/Program Files/MysqlInstance2/Bin/data

=======================================
*This is the following command i type in to get the service installed.

C:\Documents and Settings\admin>"C:\program files\mysql\mysql server
5.0\bin\mys
qld-nt" --install testdb1(or2) --defaults-file="C:\my.ini"


One thing that bothers me is this. When i open up the Instance
Manager, and look at both installed serviecs. Under the Configuration
file it says "Section Name: mysqld". I want it to use "testdb1". It
uses mysqld for both services. I can go into Startup variables and
change them but it doesnt seem to affect anything.

Any help would be greatly appreciated. Thanks.


Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: Blowing my mind how to setup multiple mysql servers on one windows box.. - 06-08-2006 , 10:02 AM






I may have forgotten how I did this as I did it a few years ago, but I
believe you have to use different my.ini files, at least I believe it
is the way I did it back then


rider0375 (AT) gmail (DOT) com wrote:
Quote:
Having some major issues... Racking my brain. Also it is worthy to
note as of 3 weeks ago i have 0 experience with MySQL.

So anyway.. HOW DO YOU DO IT?? hehe - I can get multiple services
installed and started, but everytime i try to make any edits to them
and stop/restart they wont restart. here is my exact .ini file.

===================================

# options for mysql service 1
[testdb1]
port = 3306
datadir= C:/Program Files/MysqlInstance1/Bin/data
innodb_data_home_dir= C:/Program Files/MysqlInstance1/Bin/data
innodb_data_file_path=ibdata1:10M:autoextend
innodb_log_group_home_dir=C:/Program Files/MysqlInstance1/Bin/data
innodb_log_arch_dir=C:/Program Files/MysqlInstance1/Bin/data

# options for mysql service 2
[testdb2]
port = 3308
datadir= C:/Program Files/MysqlInstance2/Bin/data
innodb_data_home_dir=C:/Program Files/MysqlInstance2/Bin/data
innodb_data_file_path=ibdata2:10M:autoextend
innodb_log_group_home_dir=C:/Program Files/MysqlInstance2/Bin/data
innodb_log_arch_dir=C:/Program Files/MysqlInstance2/Bin/data

=======================================
*This is the following command i type in to get the service installed.

C:\Documents and Settings\admin>"C:\program files\mysql\mysql server
5.0\bin\mys
qld-nt" --install testdb1(or2) --defaults-file="C:\my.ini"


One thing that bothers me is this. When i open up the Instance
Manager, and look at both installed serviecs. Under the Configuration
file it says "Section Name: mysqld". I want it to use "testdb1". It
uses mysqld for both services. I can go into Startup variables and
change them but it doesnt seem to affect anything.

Any help would be greatly appreciated. Thanks.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.