Ahead
New Member
- Joined
- Dec 27, 2013
- Messages
- 165
- Reaction score
- 2
I found this error when i import my server database.sql.
Code:
Error
consulta SQL:
INSERT INTO [server_config](
[config],
[value]
)
VALUES(
'db_version', 38
);
MySQL ha dicho:
#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 '[server_config] ([config], [value]) VALUES ('db_version', 38)' at line 1
Last edited: