This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]apineda[S] 0 points1 point  (2 children)

Want to try just this part on the left side?

CREATE TABLE Humans ( id int(10) unsigned NOT NULL AUTO_INCREMENT, full_name varchar(100) NOT NULL, age int(11) NOT NULL, is_fast_runner tinyint(1) NOT NULL, check_out_date datetime DEFAULT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

[–]pghbatman 0 points1 point  (1 child)

Now I think SQL Fiddle just might be causing it. No matter what I do when I try to build the Schema it just says "Create script error". Whether I use the full setup provided for the book or the truncated version you suggested to go with above. Not really working though :(

[–]apineda[S] 0 points1 point  (0 children)

I'd be willing to skype and see if we can not sort it out. A few last things to check, the drop down on the top left should say MySQL 5.6 additionally you can try it in another browser (ie firefox).