I decided to take the easy root and use apache2triad php/mysql installer.

After install I added a db. When I try to edit a record in php/myadmin (clicking on the edit icon) the page that loads only displays the page title (name of db, table, and host).

This is the secound time I have installed apache2triad on this machine and I did not have this problem before.

I have re-installed but the problem didnt go away.

Any idears?

    Can you open up a terminal and do:

    mysqladmin version [-u username -p]

    and even get a response back that the MySQL daemon is started and is working? If it does, the problem wouldn't be MySQL's process not running.

    Will doing phpinfo() come up when viewed in a browser? If it does, it means PHP and Apache are okay.

      Just noticed I'm having the same problems with my remote server.

      I tried it in IE and Firefox but both have the problem.

      I'm really confused now!😕

        Turns out there was html in the record I was trying to edit which was causing the error in phpMyAdmin.

        😃

        Thanks for your help
        rachel2004 🙂

          Write a Reply...