This commit is contained in:
Yam ZhengLim
2022-09-26 00:59:22 +08:00
parent 4a23b11bfd
commit 6f137bc88d
4 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -1 +1 @@
testing_sql.txt
+4 -4
View File
@@ -1,6 +1,6 @@
{
"host" : "127.0.0.1",
"user" : "admin",
"password" : "admin",
"database" : "classicmodels"
"host" : "34.87.185.41",
"user" : "data_extracter",
"password" : "XVzm3u8Ilemgxu5S",
"database" : "exchange_production"
}
+2 -8
View File
@@ -1,10 +1,4 @@
{
"customers" : "SELECT * FROM customers;",
"employees" : "SELECT * FROM employees;",
"offices" : "SELECT * FROM offices;",
"orderdetails" : "SELECT * FROM orderdetails;",
"orders" : "SELECT * FROM orders;",
"payments" : "SELECT * FROM payments;",
"productlines" : "SELECT * FROM productlines;",
"products" : "SELECT * FROM products;"
"contacts" : "SELECT * FROM contacts;",
"transactions" : "SELECT * FROM transactions;"
}
+5 -1
View File
@@ -12,4 +12,8 @@
"transactions" : "SELECT * FROM transactions;",
"bookings" : "SELECT * FROM bookings;",
"service_types" : "SELECT * FROM service_types;"
}
}
grep CRON /var/log/syslog
grep 'mycmd' /var/log/syslog