RE: [PHP-GENERAL] anybody using phpMyAdmin ?

[email protected] ("Bjorn Sodergren")
Newsgroups php.general
Message-ID <[email protected]>
the stduser needs only select permissions in the mysql database.
log into mysql as  a superuser and do

GRANT SELECT ON *.* TO phpmyadminuser@localhost IDENTIFIED BY 'password';

and then set config.inc.php3 too

$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['adv_auth'] = true;
$cfgServers[1]['stduser'] = 'phpmyadminuser';
$cfgServers[1]['stdpass'] = 'pass';

In fact, unless your using a different port. these are the only vairables
that need to be set.

bjorn

> -----Original Message-----
> From: [email protected] [mailto:[email protected]]On Behalf Of hans
> Sent: Thursday, May 18, 2000 12:05 PM
> To: [email protected]
> Subject: [PHP-GENERAL] anybody using phpMyAdmin ?
>
>
> hi,
> is anybody using phpMyAdmin ? have a question about $stduser in
> config.inc.php3.
> how can I create this $stduser, and which rights he have to have.
>
> Want to use this entry :
> $cfgServers[1]['stduser'] = 'which';             // MySQL standard user
> (only needed with advanced auth)
>
> am very new to php and mysql and just in time, the more docs I read, the
> more fog I see.
>
> As which user I have to create this mysql-'stduser' and how looks the
> command ?
> Which other entries are important to getting started ?
>
> Thanks for helping
> Hans
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.