No Privlages for phpMyAdmin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    No Privlages for phpMyAdmin

    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
  • Dave

    #2
    Re: No Privlages for phpMyAdmin

    Is there anyone who can help???
    Thanks

    dms2@revelation web.com (Dave) wrote in message news:<2143e704. 0411160817.3f9c 9eb3@posting.go ogle.com>...[color=blue]
    > 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[/color]

    Comment

    Working...