Browse Source

fixed travis

bugfixes
harshadyeola 10 years ago
parent
commit
2a56ebeced
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -823,7 +823,7 @@ class EEStackController(CementBaseController):
EEMysql.execute(self, 'grant select on *.* to \'anemometer\''
'@\'{0}\''.format(self.app.config.get('mysql',
'grant-host')))
Log.debug(self, "grant all on slow-query-log.*
Log.debug(self, "grant all on slow-query-log.*"
" to anemometer@root_user IDENTIFIED BY password ")
EEMysql.execute(self, 'grant all on slow_query_log.* to'
'\'anemometer\'@\'{0}\' IDENTIFIED'

Loading…
Cancel
Save