The Artima Developer Community
Sponsored Link

PHP Buzz Forum
MySQL Install multiple instances

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrew Johnstone

Posts: 206
Nickname: andrewj02
Registered: Sep, 2004

Andrew M. Johnstone
MySQL Install multiple instances Posted: Dec 20, 2005 3:33 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Andrew Johnstone.
Original Post: MySQL Install multiple instances
Feed Title: Development, Analysis And Research
Feed URL: http://direct.netli.wordpress.com/
Feed Description: babblings!
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Andrew Johnstone
Latest Posts From Development, Analysis And Research

Advertisement
MySQL Install multiple instances. Create a folder called Conf with Instance.1.ini, Instance.2.ini, and Instance.3.ini. The Port each are listening on should all differ, as well as having a different data directory. I named these C:\Program Files\MySQL\MySQL Server 5.0\MySQLData\Instance1 mysqld --install "Mysql-Instance-1" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\Conf\Instance.1.ini" mysqld --install "Mysql-Instance-2" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\Conf\Instance.2.ini" mysqld --install "Mysql-Instance-3" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\Conf\Instance.3.ini" in the ini file [...]

Read: MySQL Install multiple instances

Topic: Ajax applications or implentations Previous Topic   Next Topic Topic: Delicious Outage Link Dump

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use