Multiple MySQL running

2002-10-29 Thread GAY Samuel
Hi, I'm a new user of MySQL (but not of databases...), and new member of this mail-list, and I hope I don't bother anyone with a question already asked (and with my english...). I'm interested in the InnoDB part of MySQL because I thing it's more reliable than other table's type, and because

Re: Multiple MySQL running

2002-10-29 Thread Iikka Meriläinen
Hi! Just specify different ports, data and base directories for those instances (using command-line parameters -P, --basedir and --datadir respectively, for example). Instance 1 startup: mysqld-nt -P=3306 --basedir=e:/mysql1 --datadir=e:/mysql1/data --console --standalone Instance 2 startup: