hi i am new to zend and i installed zend server in my local machine, i found phpmyadmin on my instalation directory and i copied it on htdocs. while running http://localhost/phpmyadmin it appears login page and when i enter username and password it does not redirects to the main page. instead it gives "internal server error" thanks in advance
Asked
Active
Viewed 4,069 times
3 Answers
1
You could try to use http://localhost:YOURZENDSERVERPORT/phpmyadmin
as the URL.

HBruijn
- 77,029
- 24
- 135
- 201

simplemagik
- 11
- 1
0
The issue would be a regular MySQL permission issue. Zend Server should not impact the authentication mechanism in there.