Jump to content

Related values not showing in phpMyAdmin?


Kristoff1875

Recommended Posts

Not sure what's caused it, but on one of my tables, all of the related values all seem to be invisible?

 

https://www.dropbox.com/s/vqtgw0az44isu1t/Screenshot%202014-03-31%2019.22.51.png

 

When calling results it displays them properly and when running a search they all display, just not in the browse tab. Anyone got any ideas?

Cheers

What do you mean they are "linked from another table". Are you saying the image you provided is the result of a query with a JOIN? You'll need to provide the data from the relevant tables and the query you are using if we are to understand the details.

My Races Table, note RaceID 50000

 

https://www.dropbox.com/s/vwha17y80h9kgw8/Screenshot%202014-03-31%2019.47.13.png

 

This is my Results table which did have data that tied up with the other tables, such as RaceID 50000 did show up, but now all related values have vanished. Here is the browse tab:

 

https://www.dropbox.com/s/1t6m9gcu0cj52vx/Screenshot%202014-03-31%2019.48.01.png

 

Here is select all search:

 

https://www.dropbox.com/s/902xthpzgvusq9l/Screenshot%202014-03-31%2019.49.26.png

I am not sure where the problem is, but have you tried - REPAIR TABLE db_name.table_name. The other method that could try is to export table data to sql file, then drop the table and restore it from the same dump sql file.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.