Hata

SQL sorgusu:

CREATE TABLE 'hosting'. 'title'(
'id'INTEGER UNSIGNED NOT NULL AUTO_INCREMENT ,
'title'VARCHAR( 50 ) NOT NULL ,
PRIMARY KEY ( 'id' )
) ENGINE = InnoDB;

MySQL çıktısı: Belgeler
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''hosting'.'title' (
  'id' INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
  'title'' at line 1
böle hata verdi.