I was testing inserts on my DB (InnoDB) and when I checked phpmyadmin to see the newly inserted rows I found that some columns were empty. But strangely, when I did a select on those, I found that the data was actually present in the DB.

http://gyazo.com/4b242e7bf97a326b53e59cd4d2cd3f07

After sorting, the values became visible:

enter image description here

What could be causing this odd behaviour? I've never had this problem before and strangely, it only happens on this table and for all the foreign keys in there.

有帮助吗?

解决方案

Was fixed magically next day. Probably reboot did it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top