-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
I'm relatively new to MySQL, and I'm writing a PHP script that doesn't know
what kind of system the MySQL database is on. The script and database
don't have to be on the same system, so I need a way to determine what kind
of system (*nix, Win, etc.) MySQL is running on. Is there a "fool proof"
query to determine this? If so, what is it?