Re: Possible to have both MySQL4 and MySQL5 on same machine?
Ryan Schmidt <[email protected]>
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
On Aug 7, 2006, at 14:22, Tanc wrote: > Just wondering if anyone has had any success running an instance of > MySQL4 and an instance of MySQL5 on the same machine (with > different data directories)? I suppose you would have to configure one (or both) of them to not use the network. Otherwise both would try to use the same port. But there is a config option you can use to disable network access entirely, which is great if you're just using it for testing with say PHP on the same machine.