![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to get Phpmyadmin working on my mac and I have tried following tutorials but i keep getting the same errors... Here is my config.ini.php file ?php /* * Generated configuration file * Generated by: phpMyAdmin 3.4.6 setup script * Date: Fri, 21 Oct 2011 19:48:23 +0200 */ /* Servers configuration */ $i = 1; /* Server: localhost [1] */ $i++; $cfg['Servers'][$i]['verbose'] = ''; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['socket'] = ''; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = '#######'; $cfg['Servers'][$i]['verbose_check'] = false; /* End of servers configuration */ $cfg['blowfish_secret'] = '4ea1b064e7dd31.82253532'; $cfg['DefaultLang'] = 'en'; $cfg['ServerDefault'] = 1; $cfg['UploadDir'] = ''; $cfg['SaveDir'] = ''; ? and here are a few screen shots of the errors/problems http://robertbodley.com/1.png http://robertbodley.com/2.png I would really love some help on how to get this working Thanks -Robert |
![]() |
| Thread Tools | |
| Display Modes | |
| |