22.01.2016, 19:12
In your MySQL log file you WILL find this snippet:
Because you have forgotten to put the WHERE clause. This is why you check the logs first before asking for help elsewhere. Many problems could be solved if only one would read error messages and know where to look for them.
Код:
check the manual that corresponds to your MySQL server version for the right syntax to use near '`Name`'

