search for: piotrprz

Displaying 1 result from an estimated 1 matches for "piotrprz".

2010 Aug 27
2
phpMyAdmin can't connect to remote server
...w = $result->fetch_assoc() ){ print_r($row); echo "\n"; } $result->close(); $mysqli->close(); ?> And my PMA config files look like this THIS DOES NOT WORK <?php /* * Generated configuration file * Generated by: phpMyAdmin 3.3.5 setup script by Piotr Przybylski <piotrprz at gmail.com> * Date: Thu, 26 Aug 2010 10:32:53 -0600 */ /* Servers configuration */ $i = 0; /* Server: glacier [1] */ $i++; $cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['host'] = '10.x.x.x'; $cfg['Servers'][$i]['...