Hi Friends, Good morning I have created a phpmyadmin on my sever using phpMyAdmin 2.5.3 version, and i found a "internal error 500" when i'm try to upload a database into Mysql. I have properly configured the config.inc file also i got this error message. When i'm try to upload the database with separate tables, Some of the table in my database has uploaded and some of the table has not uploaded. Please guide me to the right direction.
Look in your server error logs, php-error logs. Pay your attention to the fact that phpMyAdmin 2.5.3 is quite old and a lot of security vulnerabilities, the latest 3.4.5.
Error 500 merely means "server error", so Google will be no help. The server error log may be - run the program to the point that it generates the error, then immediately look in the error log. ("Immediately", because on shared hosting, by the time you open the log, there may be 100 more errors posted.) If you know anything about *nix, shell to the account (if you can) and tail the log file. (If it's a Windows host, use Baretail on the error log file.)