Pergunta

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.

Foi útil?

Solução

Was fixed magically next day. Probably reboot did it.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top