mySQL - info reading

trex

Registered
Hello all,

I have PHP and mySQL setup. I'm using mySQL 3.23.47 but when I use phpinfo(); under the mysql section it lists the mysql Client API as 3.23.32 - shouldn't this read 3.23.47?
 
Is .47 the version you get when you use this command...

mysqladmin -p version

...?
 
Back
Top