If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > differences between mysql.exe file in c:/mysql/bin

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-04, 13:32
commageneus commageneus is offline
Registered User
 
Join Date: Feb 2002
Location: iceland
Posts: 15
differences between mysql.exe file in c:/mysql/bin

There are lots of 'em.
i guess one is good for performance, other for small user group etc..

But is there a document that explains which of 'em should be used when?

mysql.exe
mysqld.exe
mysql-nt.exe
...
etc.....
Reply With Quote
  #2 (permalink)  
Old 02-17-04, 16:53
aus aus is offline
Registered User
 
Join Date: Oct 2003
Location: Denver, Colorado
Posts: 137
Re: differences between mysql.exe file in c:/mysql/bin

From the MySQL documentation:
Binary          Description
mysqld           Compiled with full debugging and automatic memory allocation checking, symbolic links, and InnoDB and BDB tables.
mysqld-opt    Optimized binary. From version 4.0 on, InnoDB is enabled. Before 4.0, this server includes no transactional table support.
mysqld-nt       Optimized binary for NT/2000/XP with support for named pipes.
mysqld-max       Optimized binary with support for symbolic links, and InnoDB and BDB tables.
mysqld-max-nt    Like mysqld-max, but compiled with support for named pipes.
A more detailed description: http://www.mysql.com/doc/en/Windows_select_server.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On