1832351 Members
2745 Online
110041 Solutions
New Discussion

Problem of phpMyAdmin

 
Ng King Wang
Respected Contributor

Problem of phpMyAdmin

Hello all,

I have a problem on editing MySQL database by using phpMyAdmin 2.5.1 (MySQL and phpMyAdmin are installed on RedHat Linux 8.0)

When I try to edit the field of a record, an error message is displayed. (See attachment: "error.gif")

I cannot edit MySQL database by using phpMyAdmin 2.5.1, I need to edit the database by using command line everytime.

What's wrong with phpMyAdmin 2.5.1? How can I solve this problem?

Please help.
We master OpenView, my Lord masters us.
1 REPLY 1
Matt Palmer_2
Respected Contributor

Re: Problem of phpMyAdmin

Hi,

headers already sent can be to do with cookies or session handling. looks like the page has already loaded and then tries again to send cookies or something afterwards. Have you tried clearing your web browser cache?

If that doesnt work, maybe reinstall/sh ./configure phpMyAdmin

hope this helps

Matt