Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. forkstorm@zenpaq:~/work/tm/tarantool/tarantool-mysql$ tarantool
  2. tarantool: version 1.6.8-652-g77cd491
  3. type 'help' for interactive help
  4. tarantool> mysql = require('mysql')
  5. ---
  6. ...
  7.  
  8. tarantool> local mysql_connect_opts = { host = localhost, user = 'root', password = '11', db = 'tempdb', raise = true }
  9. ---
  10. ...
  11.  
  12. tarantool> conn = mysql.connect(mysql_connect_opts)
  13. ---
  14. ...
  15.  
  16. tarantool> conn:execute('select 1')
  17. ---
  18. - error: './mysql/init.lua:84: Driver fatal error (closed connection or not a connection)'
  19. ...
  20.  
  21. tarantool>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement