Jump to content

Displaying MySQL version using PHP, how?


bilis_money

Recommended Posts

That will only work if you are using the mysql improved extension (php_mysqli.dll or php_mysqli.so)

 

If you are using the normal mysql extension (php_mysql.dll or php_mysql.so) then you use mysql_get_server_info() function

 

Note: you must be connected to mysql before using this function.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.