Koozali.org: home of the SME Server

phpMyAdmin access

Warner

Re: phpMyAdmin access
« Reply #15 on: February 26, 2003, 11:35:32 PM »
Nice try, but no. This is the same password that is in all the other configuration files.

I am almost glad to hear that I'm not the only one having this problem, but I'd prefer to have it resolved.

Des Dougan

Re: phpMyAdmin access
« Reply #16 on: February 27, 2003, 08:21:20 AM »
To log into phpMyAdmin from the browser, you need to use the admin id and password. I have installed it on a new 5.6 server, and it works flawlessly.

Des Dougan

Warner

Re: phpMyAdmin access
« Reply #17 on: February 27, 2003, 03:11:34 PM »
I'm glad that worked for you. It has failed repeatedly for me. I've checked every instance of the password to make sure that the root password has not changed, I can log in from the Mitel Console, and it continues to fail the login process fromt he browser.

I'm beginning to think it might have something to do with upgrading rather than a fresh install.

Jakob Strebel

Re: phpMyAdmin access
« Reply #18 on: February 27, 2003, 10:21:54 PM »
Bruce,
I had the same problem as indicated in my earlier posting.

This is the way I fixed it. I am not saying that all the steps are required.

1) I did a password reset as desribed in the document below.

http://www.familybrown.org/howtos/mysql-password-howto.html

2) started mysql
[root@kobifix root]# mysql -u root mysql -p
Enter password:(here I entered the SME root password)
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 23411 to server version: 3.23.49

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

3)grant the required privileges

mysql> grant all privileges on *.* to root@localhost identified by 'mysmerootpassword';
Query OK, 0 rows affected (0.00 sec)

(I am not sure if the admin is needed, most probably not)

mysql> grant all privileges on *.* to admin@localhost identified by 'mysmerootpassword';
Query OK, 0 rows affected (0.00 sec)

mysql> \q
Bye
[root@kobifix root]#

Remark: I am not a expert in mysql, may be there is a possibility that I broke a security role with the steps above. It would be nice to hear back form the experts.

Hope it works for you as well.
Best regards
jakob

Gonzalo Rama

Re: phpMyAdmin access
« Reply #19 on: March 11, 2003, 10:49:16 PM »
This this well!
perfecT!

Warner

Re: phpMyAdmin access
« Reply #20 on: March 11, 2003, 10:53:22 PM »
I found a quicker solution. The newest phpMyAdmin has released a later version in the last two weeks. I installed it according to the directions, and everything worked right away.

Rudy Stebih

Re: phpMyAdmin access
« Reply #21 on: March 28, 2003, 01:50:52 PM »
If anyone is still looking for a fix for this, realizing this thread is a couple of weeks old, I have the solution...

Adam

Re: phpMyAdmin access
« Reply #22 on: November 18, 2003, 05:17:37 AM »
Hi there,

You said in the thread that you have a solution for this, I am having the same problem.

I know it was a long time ago, but if you know the answer that'd be great,

cheers,

Adam