Guest User

Untitled

a guest
Sep 10th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. source torrents {
  2. type = mysql
  3. sql_host = localhost
  4. sql_port = 3306
  5. sql_sock = /var/run/mysqld/mysql.sock
  6. sql_user = root
  7. sql_pass = mypasss
  8. sql_db = gazelle
  9.  
  10. sql_query_pre = TRUNCATE TABLE sphinx_hash
  11. sql_query_pre = SET group_concat_max_len=10140
  12. sql_query_pre = SET @StartTime=NOW()
  13.  
  14. sql_query_pre = INSERT INTO sphinx_hash (
Add Comment
Please, Sign In to add comment