MYSQL executes SQL statement with error - Error 1064 (42000)

Error message:

Error statement: create database' Mmall; Default character set utf8 collate utf8_General_Ci
Error 1064 (42000): You have an error in your SQL syntax; Check the manual that responses to your MySQL server version for the right syntax to use near'' Mmall; Default character set utf8 collate utf8_General_Ci; At line 1

Reason:

The statement itself is not a problem, it is a syntax error. In MySQL, to distinguish MySQL keywords from regular characters, MySQL introduces a back quotation mark. Egg pain, back quotation mark: (`) For details, please refer to: https://dev.mysql.com/doc/refman/5.5/en/keywords.html