In defines.inc.php in rc4 it tries to get the mysql version, even if the $server variable is set to 0, as it is if no default server is set to start with...simply add an if($server) around this last part of defines.inc.php
Dan
Hi Dan,
-----Original Message----- From: phpmyadmin-devel-admin@lists.sourceforge.net In defines.inc.php in rc4 it tries to get the mysql version, even if the $server variable is set to 0, as it is if no default server is set to start with...simply add an if($server) around this last part of defines.inc.php
good idea, i have changed this in cvs.
Regards,