Compare Pastes

Differences between the pastes #121447 (23.05.2019 12:14) and #124400 (16.07.2019 00:10).
1
mak@sol ~/ $ talapai_dump && parser_dump
2
mak@sol ~/.go/src/gitlab.com/mak-alex/talapricing $ ssh talapai@vs02.talapai.kz
1
my explanation
2
visit this page
3
Last login: Thu May 23 13:09:10 2019 from 89.20.48.161
4
[talapai@vs02.talapai.kz ~]$ mysql -utalapai -pm9zUtMNSq0ap parsers
5
mysql: [Warning] Using a password on the command line interface can be insecure.
6
Reading table information for completion of table and column names
7
You can turn off this feature to get a quicker startup with -A
8
9
Welcome to the MySQL monitor.  Commands end with ; or \g.
10
Your MySQL connection id is 102765402
11
Server version: 5.7.24-log MySQL Community Server (GPL)
12
13
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
14
15
Oracle is a registered trademark of Oracle Corporation and/or its
16
affiliates. Other names may be trademarks of their respective
17
owners.
18
19
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
20
21
mysql> select * from products_bindings where talapai_product_id=15;
22
+------+--------------------+-----------------+---------+
23
| id   | talapai_product_id | shop_product_id | shop_id |
24
+------+--------------------+-----------------+---------+
25
| 9900 |                 15 |            9359 |       7 |
26
| 2218 |                 15 |         2900011 |       1 |
27
+------+--------------------+-----------------+---------+
28
2 rows in set (0.00 sec)
29
30
mysql> delete from products_bindings where shop_product_id=2900011 and talapai_product_id=15 and shop_id=1;