Home | History | Annotate | Download | only in site_utils

Lines Matching defs:execute

13 we ssh into A2 and execute the grant privileges command for (A1_user,
19 Execute mysql -u <default_user> -p<default_pass> -e
36 Execute mysql -u <default_user> -p<default_pass> -e
82 @param cmd: The mysql command to wrap with the --execute option.
93 def execute(dest_server, full_cmd):
94 """Execute a mysql statement on a remote server by sshing into it.
97 @param full_cmd: The full mysql command to execute.
104 raise MySQLCommandError('Failed to execute %s against %s' %
118 ssh/become into the db_server and execute the command with
132 cls.execute(ssh_dest_server, ping)
164 # Prepare and execute the grant statement for the new user.
175 MySQLCommandExecutor.execute(