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
  • 1
  • 7

3 Answers3

1

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

HBruijn
  • 72,524
  • 21
  • 127
  • 192
0

Check if mysqlserver is installed or not

Starx
  • 259
  • 1
  • 3
  • 12
0

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