~axwalk/charms/trusty/mysql/trunk

« back to all changes in this revision

Viewing changes to tests/15-configs

  • Committer: Jorge Niedbalski
  • Date: 2015-03-04 18:00:46 UTC
  • mfrom: (142.1.1 mysql)
  • Revision ID: jorge.niedbalski@canonical.com-20150304180046-y1i8zlvsnmr2g43u
[jjo, r=niedbalski] Fixes bug LP: #1386791

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python3
2
 
import time
3
2
 
4
3
import amulet
5
4
import pymysql
22
21
    raise
23
22
 
24
23
 
25
 
## Allow connections from outside
 
24
# Allow connections from outside
26
25
mysqlmaster = d.sentry.unit['mysql/0']
27
26
mysqlmaster.run(
28
27
    "echo 'GRANT ALL ON *.* to root@\"%\"'\""