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 > need to determine which verison of mysql I have

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-04, 21:35
kfiralfia kfiralfia is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
need to determine which verison of mysql I have

I just tried to upgrade from MySQL 3.23 to 4.0 on my Linux 7.3 server. I think I managed to do it successfully, but I'm not sure how to determine which version of mysql my server is now running.

Is there a simple command that reveals this?

When I look at the phpinfo page on my test site (which spits out the results of php_info()), it says that the mysql Client API version is 3.23.58

Any ideas?

thanks!
Reply With Quote
  #2 (permalink)  
Old 04-01-04, 21:54
pearl2 pearl2 is offline
Registered User
 
Join Date: Nov 2003
Location: Sinapore
Posts: 187
Re: need to determine which verison of mysql I have

Quote:
Originally posted by kfiralfia
I just tried to upgrade from MySQL 3.23 to 4.0 on my Linux 7.3 server. I think I managed to do it successfully, but I'm not sure how to determine which version of mysql my server is now running.

Is there a simple command that reveals this?

When I look at the phpinfo page on my test site (which spits out the results of php_info()), it says that the mysql Client API version is 3.23.58

Any ideas?

thanks!
at the mysql command line, type 'SELECT VERSION()'
Reply With Quote
  #3 (permalink)  
Old 04-01-04, 22:11
kfiralfia kfiralfia is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
pearl2,

It worked... thanks!

turns out I really am running 4.0.18
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