Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
- 0
-
Our picks
При импорте БД для overwatch столкнулся с проблемой:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46 Ошибка
SQL-запрос:
INSERT INTO `deployable`
VALUES (
'8', 'DomeTentStorage'
)
INSERT INTO `deployable`
VALUES (
'9', 'CamoNet_DZ'
)
INSERT INTO `deployable`
VALUES (
'10', 'Trap_Cans'
)
INSERT INTO `deployable`
VALUES (
'11', 'TrapTripwireFlare'
)
INSERT INTO `deployable`
VALUES (
'12', 'TrapBearTrapSmoke'
)
INSERT INTO `deployable`
VALUES (
'13', 'TrapTripwireGrenade'
)
INSERT INTO `deployable`
VALUES (
'14', 'TrapTripwireSmoke'
)
INSERT INTO `deployable`
VALUES (
'16', 'TrapBearTrapFlare'
)-- ----------------------------
-- Table structure for `instance`
-- ----------------------------
DROP TABLE IF EXISTS `instance` ;
Ответ MySQL:
#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 'INSERT INTO `deployable` VALUES ('9', 'CamoNet_DZ')
INSERT INTO `deployable` VA' at line 2
Как исправить?И как правильно вставить текст из MySQL?На соседнем форуме есть специальный спойлер для MySQL
Edited by Mrow (see edit history)Share this post
Link to post
Share on other sites