while attempting to setup database with the included addressbook.sql file, I received the following error msg:
mysql> source addressbook.sql
ERROR 1171 (42000): All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
ERROR 1171 (42000): All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
ERROR 1171 (42000): All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
The only two tables actually added were
mysql> show tables;
+-----------------------+
| Tables_in_addressbook |
+-----------------------+
| month_lookup |
| users |
+-----------------------+