Nate <[EMAIL PROTECTED]> said:
> My bad, let me clarify. The install went smoothly it is when I try to
> access https://yourdomain.com/phpmyadmin I login with the same password
> as the e-smith manager then my browser displays the message on the page.
login user=admin password=your_admin_password
> I entered the password from .my.cnf file in the config.inc.php file so I
> believe I am using the correct password.
As long as you entered it in the right spot, the right way, that's
correct. Let's assume your password is 'abc123'. The correct entry
would be as follows:
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['port'] = '';
$cfgServers[1]['socket'] = '';
$cfgServers[1]['connect_type'] = 'tcp';
$cfgServers[1]['adv_auth'] = FALSE;
$cfgServers[1]['stduser'] = '';
$cfgServers[1]['stdpass'] = '';
$cfgServers[1]['user'] = 'root';
$cfgServers[1]['password'] = 'abc123';
$cfgServers[1]['only_db'] = '';
> I tried to login to page using my root account and pass I get the same
> error.
No only user=admin please.
OK, some questions for you. As I do not know your level of expertise
these may appear simple, but I have to ask.
Is mysql running? Have you enabled webmail for instance? Verify
your .my.cnf password is correct by logging in as root and simply
typing 'mysql'. Does this display something similar to the following.
(NOTE my version is newer and you just type 'exit' to return to the
command prompt)
[root@e-smith /root]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 439 to server version: 3.23.32
Type 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql>
Hope this helps you find the answer.
--
Darrell May
DMC NETSOURCED.COM
http://netsourced.com
--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org