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 > What am I having ? Version 4 or 5 ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-06-06, 11:59
anjanesh anjanesh is offline
Registered User
 
Join Date: Feb 2005
Location: Mumbai, India
Posts: 161
What am I having ? Version 4 or 5 ?

Hi

All this time I thought I had this figured out. I had installed MySQL 5.0.17 before but only recently I noticed that in phpMyAdmin it shows MySQL - 5.0.17-nt-log but MySQL client version: 4.1.7. Whats the difference between the two ? Yet, on my server it shows Client API version 5.0.20a yet MySQL - 4.0.24_Debian-10sarge1 in phpMyAdmin.

What am I having ver 4 or ver 5 ?

Thanks
__________________
MySQL 5.1
Reply With Quote
  #2 (permalink)  
Old 06-06-06, 12:30
dbmab dbmab is offline
Registered User
 
Join Date: Apr 2006
Location: Denver, Co. USA
Posts: 240
For both of your examples, the "Client" refers to the library that has been linked with PHP (phpMyAdmin might supply its own, I do not know if it does) to make the function calls to mysql. The version of the client is separate from the version of the mysql server software.

For your first example, you have version 5 of mysql. For your second example, you have version 4 of mysql.

As long as the client version is new enough, it can make calls to any version of mysql server. I don't know any of the specifics of what version of client works with what version of the mysql server software.
Reply With Quote
  #3 (permalink)  
Old 06-06-06, 12:42
anjanesh anjanesh is offline
Registered User
 
Join Date: Feb 2005
Location: Mumbai, India
Posts: 161
Oh...I see - so this client version is the libmysql.dll file that comes with the PHP package ?
__________________
MySQL 5.1
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