Hello,
Im using phpMyadmin and i have a problem with it, when i echo my script results it works just fine, giving me the results, what i expected to see, but if i want to see the content of the same table in phpmyadmin i dont see these items. My first thought was, that myadmin crashed but when inserting a field by using phpmyadmin it works, but the script doesnt show the result what i manually inserted in phpmyadmin. Just like there were two tables, but im very sure that there is only one :S. This all started when i started my script first time, there were many like connection warnings but like minutes later all warnings disapeared. After that other scripts started to act like described before(inserting, like it inserts, but myadmin thinks otherwise). Im using webhosting service, so i cant mess with myadmin (i think so, or i can?). Im pretty sure that my scripts work just fine but i doubt the phpMyadmin does. So all suggestions are welcome.
Thanks
phpMyadmin does not show the real content
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: phpMyadmin does not show the real content
I think you need to find out what changed. It could be a script problems with uninitialized variables that give errors the first time both not subsequent times. Or it could be a configuration or connection problem.allanre wrote:This all started when i started my script first time, there were many like connection warnings but like minutes later all warnings disapeared.
I have found the opposite has always been true for me so far.allanre wrote:Im pretty sure that my scripts work just fine but i doubt the phpMyadmin does.
(#10850)