Re: starting multiple instances with mysqld_multi

2010-05-14 Thread Yang Wang
bhat Kumar" Cc: Sent: Tuesday, May 11, 2010 6:19 PM Subject: Re: starting multiple instances with mysqld_multi Thanks, Prabhat! You're very right, but did you read the questions I asked? From: Prabhat Kumar To: Nitin Mehta Cc: mysql@lists.my

Re: starting multiple instances with mysqld_multi

2010-05-11 Thread Nitin Mehta
Thanks, Prabhat! You're very right, but did you read the questions I asked? From: Prabhat Kumar To: Nitin Mehta Cc: mysql@lists.mysql.com Sent: Tue, May 11, 2010 11:54:22 AM Subject: Re: starting multiple instances with mysqld_multi Hi, You ca

Re: starting multiple instances with mysqld_multi

2010-05-10 Thread Prabhat Kumar
Hi, You can run multiple instances on the same host and specify configuration options either by adding the options as arguments on the command line, or by storing them in configuration files. for example, from the command line: shell> mysqld --port 3306 --log=/path/to/server1/log shell> mysqld -

starting multiple instances with mysqld_multi

2010-05-10 Thread Nitin Mehta
Hi, I am exploring multiple instances with MySQL which will be running using the same set of binaries (single MySQL base). Two things which I'm not able to work out are - 1. Why mysqld_multi stop doesn't work? Well, I know why it doesn't because there is nothing in the script to hand