You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 43 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Invalid MySQL Client...mismatch version from server? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Mithoron
Corporal
Corporal


Joined: Feb 15, 2003
Posts: 53

Location: USA

PostPosted: Sat Feb 15, 2003 12:54 pm Reply with quoteBack to top

I upgraded my system to the latest MySQL Windows version and still getting an older Client version reported when I run Analyzer. Anybody have any ideas on what's going on?

http://mithoron.dyndns.org/analyze.php

Thanx!
Find all posts by MithoronView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Sat Feb 15, 2003 2:03 pm Reply with quoteBack to top

3.23.49 is not the latest version of MySQL, in case Analyze.php is giving out the wrong version which i would find very odd, place the following in a file call it something like info.php, upload it and point your browser to it.
<?php
phpinfo()
?>

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
Mithoron
Corporal
Corporal


Joined: Feb 15, 2003
Posts: 53

Location: USA

PostPosted: Sat Feb 15, 2003 2:10 pm Reply with quoteBack to top

Yes, I know 3.23.49 is not the latest version of MySQL Laughing ; hence my post. I have 4.0.10-gamma installed and I'm still getting the message that 3.23.49 is installed (which was originally installed before I uninstalled and installed the 4.0.10-gamma version).

Here is the PHP info:

http://mithoron.dyndns.org/phpinfo.php

As you can see, it's stating I have an older client API; however, I have no idea how to get rid of it to get the latest installed!

Thanx again for your help!
Find all posts by MithoronView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Sat Feb 15, 2003 2:53 pm Reply with quoteBack to top

http://www.mysql.com/downloads/index.html

3.23.55 is the "Stable" release.

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
Mithoron
Corporal
Corporal


Joined: Feb 15, 2003
Posts: 53

Location: USA

PostPosted: Sat Feb 15, 2003 3:06 pm Reply with quoteBack to top

ARGH!!!! Twisted Evil


I've uninstalled 4.0.10-gamme and RE-installed 3.23.55 and STILL getting the same problem.

The above links still work, so you can see...even though it SAYS I have 3.23.55 server installed, I'm still getting the 3.23.49 client message.

How much of a security breach IS this hole? And can it be locked down short of reformating Crying or Very sad
Find all posts by MithoronView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sat Feb 15, 2003 3:20 pm Reply with quoteBack to top

I believe the latest client API is .54 while the latest server is .55 insofar as the stable MySQL goes. If I'm wrong on the client API I'll reply back shortly.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Mithoron
Corporal
Corporal


Joined: Feb 15, 2003
Posts: 53

Location: USA

PostPosted: Sat Feb 15, 2003 3:22 pm Reply with quoteBack to top

Thanx Zhen...any idea where I can download the Wintel API?

I would have thought it came with the full 13 Mb install of the server install, but obviously mistaken. Unless there's somewhere within the actual PHP-Nuke web I need to change as well?
Find all posts by MithoronView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sat Feb 15, 2003 3:28 pm Reply with quoteBack to top

Not unless its from Mysql.com I don't know. I'm checking the API version in just a moment.

Also, analyzer 1.89.1 will be released as .2 soon to fix the incorrect mysql client version check.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sat Feb 15, 2003 3:34 pm Reply with quoteBack to top

Yes the latest client API is 3.23.54.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Mithoron
Corporal
Corporal


Joined: Feb 15, 2003
Posts: 53

Location: USA

PostPosted: Sat Feb 15, 2003 3:36 pm Reply with quoteBack to top

LOL, so you mean there IS an incorrect client version check within the code? Hehehe, well, then I'll wait for the next rendition to make sure I'm alright.

I've looked through a couple other sites that had their Analyzer links valid and it appears to be a non uncommon problem...

Still don't know why it's reporting an older API but will see if the next version of Analyzer says differently...

Thanx again!
Find all posts by MithoronView user's profileSend private message
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Sat Feb 15, 2003 5:11 pm Reply with quoteBack to top

Interesting with phpinfo I get 3.23.49
From winmysqladmin I get client info 3.23.55

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sat Feb 15, 2003 5:14 pm Reply with quoteBack to top

Here is the official stuff...

If you are running MySQL stable then you should be at .55. For Client API its .54. You can run Analyzer as it tells you which version of each you have. It if says upgrade your mysql client to .55, disregard... its a bug.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Mithoron
Corporal
Corporal


Joined: Feb 15, 2003
Posts: 53

Location: USA

PostPosted: Sat Feb 15, 2003 5:38 pm Reply with quoteBack to top

s'alright, will ignore, hehehe.

Thanx for your time! Much appreciated!

Laughing
Find all posts by MithoronView user's profileSend private message
Darkje
Nuke Cadet
Nuke Cadet


Joined: Feb 18, 2003
Posts: 2


PostPosted: Tue Feb 18, 2003 2:39 am Reply with quoteBack to top

Hi, I just registered because I like the analyzer very much, and wanted to be able to post here. I'm running several nuke sites and have ben nuking from v3.5.

I've just d/l the analyzer 1.89.4 and I've got exactly the same problem described by poster #1.

I had an old mysql v3.23.39 installed, but after upgrading to the latest version mysql-3.23.55, analyzer and phpinfo() still reports the older client version, in my case 3.23.39.

Since Phpinfo() produces the same result :S, so I guess that's the root of the problem, winmysqladmin is showing the new client version, so I think everything should be okay, but need some confirmation...
Find all posts by DarkjeView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Tue Feb 18, 2003 8:51 am Reply with quoteBack to top

The MySQL client API versions is obtained thru a mysql_client version function call. Specifically:

http://www.php.net/manual/en/function.mysql-get-client-info.php

There isn't very good documentation about this at all. You see there are many client APIs that hook into the MySQL server version. I may just have to remove this particular check from Analyzer.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.221 Seconds - 248 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::