Koozali.org: home of the SME Server

[CONTRIB UPDATE] phpmyadmin-multiuser

Offline gixmo

  • **
  • 63
  • +0/-0
    • http://www.gixmo.nl
[CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #45 on: May 25, 2007, 07:33:00 PM »
I've just installed your latest rpm. But when i try to login i get this error :
Quote
#1045 - Access denied for user 'admin'@'localhost' (using password: YES)

I've used the right password for admin.
The previous version worked just fine. What can i do?

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
[CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #46 on: May 25, 2007, 09:18:11 PM »
Hello,

Have you try your old password?
It should work with your password.

If it doesn't try the following line at command line with root:
Code: [Select]
mysql --execute="grant all privileges on *.* to admin@localhost identified by 'admin' WITH GRANT OPTION"
mysql --execute="flush privileges"


Regards.

Offline gixmo

  • **
  • 63
  • +0/-0
    • http://www.gixmo.nl
[CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #47 on: May 26, 2007, 10:52:56 AM »
No that didn't work, now al my sites using mysql are not available anymore!
How can i reset the password?

Offline electroman00

  • ****
  • 491
  • +0/-0
[CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #48 on: May 26, 2007, 06:09:50 PM »
Just loaded on fresh 7.1 upgraded to 7.3 sme

smeserver-phpmyadmin-multiuser-2.10.1-1.noarch.rpm

I get the following error on first opening of myadmin.


Code: [Select]
Cannot load mcrypt extension. Please check your PHP configuration.

Offline electroman00

  • ****
  • 491
  • +0/-0
[CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #49 on: May 26, 2007, 06:18:45 PM »
Da....I now see this was already posted.

Sorry...

Offline electroman00

  • ****
  • 491
  • +0/-0
[CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #50 on: May 26, 2007, 06:21:30 PM »
Da....I now see this was already posted.

Sorry...

Offline mazkot

  • **
  • 59
  • +0/-0
Re: [CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #51 on: August 31, 2007, 07:35:45 AM »
installed 2.11.

and have this error  on the main page after logon

Cannot load mcrypt extension. Please check your PHP configuration.

is there a  fix for this error ?

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
Re: [CONTRIB UPDATE] phpmyadmin-multiuser
« Reply #52 on: September 03, 2007, 11:12:39 AM »
Hello mazkot,

This message is normal.
There is no mcrypt package for sme server.
This package is not vital for phpmyadmin.

Regards.
MasterSleepy.