Rollo Tamasi:
Have you already created your database?
If so then put the name of your database in place of "databasename" on the first line.
If you haven't created your database yet you will need to do this first.
Your code appears to be creating the table named "cmsarticles"
To start with, I think you need to delete all references to comments such as:
COMMENT 'The unique ID of the article'.
I believe these are just explanations that indicate what the particular field is and should not be part of your code.
Also, I do not use the backtick ( ` ), but it may work using that.
Try making these changes and see if it works.
If not then it would probably be a good idea to post all of your code so those trying to help you can see just what you are doing.
Good Luck