I\'m using phpmyadmin (php & mysql) and I\'m having a lot of trouble linking the tables using foreign keys.
php
mysql
I\'m getting negative values fo
Check if your tables use MyIsam engine. In that case foreign keys are not supported. Use InnoDB instead.