MySQL Max Version
0 answers - 1554 bytes -

Hi Asif,
I'm not sure where your getting that info but from the main docs on the web
site
This url
Indicates the following text quoted from that page:
"2.3.8. Selecting a MySQL Server type"
"The following table shows the available servers for Windows in MySQL 5.0: "
And of course the array of servers available:
mysqld-debug Compiled with full debugging and automatic memory allocation
checking, as well as InnoDB and BDB support.
mysqld binary with InnoDB support.
mysqld-nt binary for Windows NT, 2000, and XP with support
for named pipes.
mysqld-max binary with InnoDB and BDB support.
mysqld-max-nt Like mysqld-max, but compiled with support for named pipes.
Really though, the choice comes down to planning and deciding which will
work best for you. It does make sense to use the version that fits your
needs.
Also note, this is not to be confused with MaxDB which is SAP DB and
developed by SAP and sold and supported by MySQL.
Cheers,
James Friesen, CI
Lucretia Enterprises
World Is Here
Message
From: Asif Lodhi [mailto:itmailster (AT) gmail (DOT) com]
Sent: Wednesday, June 21, 2006 1:10 AM
To: win32 (AT) lists (DOT) mysql.com
Subject: MySQL Max Version
Hi,
mysql.com, I read the Max version is only available for
Unix/Linux Ses. However, I see that there are
mysqld-max.exe and mysqld-max-nt.exe executable files on my
windows' mysql installation as well.
Any comments?