> 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-tree/
datadir = C:/mysql/4.0-tree/data
port    = 3307


[mysql41]
basedir = C:/mysql/4.1-tree
datadir = C:/mysql/4.1-tree/data
port    = 3308

[mysql50]
basedir = C:/mysql/5.0-tree
datadir = C:/mysql/5.0-tree/data
port    = 3309



cheers,
Tobias

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to