~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to examples/tutorial-scramble.lua

  • Committer: jan at mysql
  • Date: 2009-06-26 12:34:11 UTC
  • Revision ID: jan@mysql.com-20090626123411-mnk5suqcx36r6rks
fixed syntax error in example

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
---
23
23
-- map usernames to another login
24
24
local map_auth = {
25
 
        "replace" = {
 
25
        ["replace"] = {
26
26
                password = "me",
27
27
                new_user = "root",
28
28
                new_password = "secret"