1

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

kamal
  • 153

3 Answers3

1

You could try to use http://localhost:YOURZENDSERVERPORT/phpmyadmin as the URL.

HBruijn
  • 80,330
  • 24
  • 138
  • 209
0

Check if mysqlserver is installed or not

Starx
  • 259
0

The issue would be a regular MySQL permission issue. Zend Server should not impact the authentication mechanism in there.