Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Luuk on January 05, 2002, 02:03:43 PM
-
Hello,
Installed phpmyadmin-2.2.1 on my 5.1 beta server and have the following problem:
wheb going to http://www.mydomain.com/phpmyadmin I got the message
"Forbidden
You don't have permission to access /phpmyadmin on this server."
I don't get the possibility to enter my user name and password.
On my 5.0 server (a time a go) it works great, and this is the fist time I needed phpmyadmin since I installed 5.1beta, so I don't know if it worked on the fresh system.
Can anybody help?
Thanks,
Luuk
-
Q: what is the news in 5.1 Beta.???
-
once we are able to download 5.1 beta, we could make some tests ;-)
-
Hmmm, for you all.
http://planetmirror.com/pub/e-smith/e-smith-5.1beta/iso/
It's up to beta 3 now.Alejandro wrote:
>
> once we are able to download 5.1 beta, we could make some
> tests ;-)
-
Did you follow all of these steps?
After install you need to add your root mySQL password found
in /root/.my.cnf file to:
/opt/administration/phpmyadmin/config.inc.php
$cfgServers[1]['password'] = 'yourmysqlpasswordhere';
Then access via:
https://yourdomain.com/phpmyadmin
login with the admin username/password
(dont forget you must use https instead of http)
-
Oh, I see my problem...
I've changed my http port to 5080 because of my ISP.
But when using https I must delete the 5080, and I forgot that, so I tried https://www.mydomain.com:5080/phpmyadmin, and the page was not found.
Stuppid, but now it works!
Thanks!
Luuk