It works!!! I ran the following Query in PhpMyAdmin to populate the table:
INSERT INTO `Users`(`Name`, `Passwd`, `Key`, `GamesPlayed`, `Rating`, `Registered`, `LastConnect`, `LastIP`, `LastMac`, `Messages`, `AllowKibitz`, `Email`)
VALUES ('testuser','password','1','1','1000','12/08/2012','12/08/2012','192.168.1.1','11111111','blah','1','test@test.com');
Now the server runs without errors! thanks for your advice :)
and to generate the database creation SQL Code you can do the following:
1. Open Phpmyadmin (eg mysever/phpmyadmin/)
2. Navigate to the Scrabble3d database
3. Click on the users table
4. Click on the export tab
5. Choose 'Quick' and ensure the format is selected as SQL
6. Click 'Go'
This will download the database structure in SQL format.
Hope this helps and again thanks for taking the time to look at this for me! I'll put together a quick how-to for the raspberryPI shortly
Best regards,
Ian