Re: R: R: Multiple instances howto

2008-03-31 Thread toutiao
eged" instances. WHAT IS GOING ON? Jing Zhang toutiao wrote: > > Nanni, > > You know, it's really strange. On 2 different terminals, I ran > > [EMAIL PROTECTED] etc]mysql -S /var/lib/mysql/mysql.sock -u root -p > > AND > > [EMAIL PROTECTED] etc]my

Re: R: R: Multiple instances howto

2008-03-31 Thread toutiao
gt; command line parameters at all, given you are logged as the right mysql > user(mysql5018) and the .my.cnf is in his home directory. > > This is how I got so far. > > Aloha! > > Claudio Nanni > > > > -Messaggio originale- > Da: toutiao [mailto:[EMAIL PR

Re: R: Multiple instances howto

2008-03-29 Thread toutiao
M > max_allowed_packet = 1M > :-: > > 3) Of course each mysql instance must bind to a different > port(3306,3316,3326) > > > Let me know. > > Aloha! > > Claudio Nanni > > > -Messaggio originale- > Da: toutiao [ma

Re: Multiple instances howto

2008-03-27 Thread toutiao
In addition, can you run multiple instances of mysqld simultaneous? toutiao wrote: > > > Dear Friends, > > I'm learning to create multiple mysqld instances on Linux, where one > instance of mysql is already running. > > While creating a new my.cnf file, I no

Multiple instances howto

2008-03-27 Thread toutiao
Dear Friends, I'm learning to create multiple mysqld instances on Linux, where one instance of mysql is already running. While creating a new my.cnf file, I noticed that I need to assign a socket file to it. Can you pls. tell me how to create / test this socket file? Thanks, Jing Zhang --