Hallo!
Ich habe ein Problem mit einer MySQL Tabelle + phpMyAdmin. Ich habe zwei Tabellen:
download_link:
id int(11)
downloadid int(255)
fieldi int(255)
downloads int(255)
download_speedlimit:
id int(11)
usergroup int(255)
speedlimit int(255)
Problem ist nun, dass ich den Inhalt der download_speedlimit Tabelle nicht in phpMyAdmin gelistet bekomme. Wenn ich oben auf Ansicht bei phpMyAdmin gehe, bekomm ich den Inhalt der download_link Tabelle gelistet.
Weis jemand wodurch dieser Fehler verursacht wird?
Merci
phpMyAdmin - 2.9.2
MySQL-Client-Version: 5.0.37
Ich habe ein Problem mit einer MySQL Tabelle + phpMyAdmin. Ich habe zwei Tabellen:
download_link:
id int(11)
downloadid int(255)
fieldi int(255)
downloads int(255)
download_speedlimit:
id int(11)
usergroup int(255)
speedlimit int(255)
Problem ist nun, dass ich den Inhalt der download_speedlimit Tabelle nicht in phpMyAdmin gelistet bekomme. Wenn ich oben auf Ansicht bei phpMyAdmin gehe, bekomm ich den Inhalt der download_link Tabelle gelistet.
Weis jemand wodurch dieser Fehler verursacht wird?
Merci
phpMyAdmin - 2.9.2
MySQL-Client-Version: 5.0.37
Kommentar