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 > Difference between mysql and mysqld?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-04, 06:33
MrBuzz MrBuzz is offline
Registered User
 
Join Date: Apr 2004
Posts: 4
Difference between mysql and mysqld?

Can someone tell me what is the difference between mysql.exe and mysqld.exe?

I surmise that by looking at the filesizes, mysql.exe was not compiled with compiler debugging information in it and the mysqld.exe was.

The strange part when looking at the source files and build project, is that mysql and mysqld are two separate projects.

Is there something more in mysqld that makes it a separate project? More output messages perhaps?

Thanks
Reply With Quote
  #2 (permalink)  
Old 04-05-04, 07:19
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: Difference between mysql and mysqld?

Quote:
Originally posted by MrBuzz
Can someone tell me what is the difference between mysql.exe and mysqld.exe?

I surmise that by looking at the filesizes, mysql.exe was not compiled with compiler debugging information in it and the mysqld.exe was.

The strange part when looking at the source files and build project, is that mysql and mysqld are two separate projects.

Is there something more in mysqld that makes it a separate project? More output messages perhaps?

Thanks
mysql - it's a commandline (administration) tool (something like sqlplus in Oracle)
mysqld - it's a server daemon. this is the database server main binary (executable)
Reply With Quote
  #3 (permalink)  
Old 04-05-04, 21:13
MrBuzz MrBuzz is offline
Registered User
 
Join Date: Apr 2004
Posts: 4
Thank you Ika for the explanation!
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