Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 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 servers
  • Don'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
Sign in to follow this  
Mrow

Импорт БД




При импорте БД для 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

3 answers to this question

Recommended Posts




  • 0

Что ты конкретно делал и чего пытался добиться напиши.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.