I can't seem to get the privlages to manage anything in phpMySQL.
They were working up until last week but all of a sudden they stopped working.
MySQL itself is still working though.
The system is an Apache/1.3.29 (Unix) with PHP/4.3.2
& MySQL Version: Client API Version 32347
in the config.inc.php file:
$cfg['PmaAbsoluteUri '] = 'http://myweb.com/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'myweb.com';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '********';
Where else can I look to reset the privlages??? or what else can I try
Thanks
Dave Schenk
They were working up until last week but all of a sudden they stopped working.
MySQL itself is still working though.
The system is an Apache/1.3.29 (Unix) with PHP/4.3.2
& MySQL Version: Client API Version 32347
in the config.inc.php file:
$cfg['PmaAbsoluteUri '] = 'http://myweb.com/phpMyAdmin/';
$cfg['Servers'][$i]['host'] = 'myweb.com';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '********';
Where else can I look to reset the privlages??? or what else can I try
Thanks
Dave Schenk
Comment