Lines Matching full:localhost
15 to grant permissions for (A1_user, A1_pass, localhost).
79 host='localhost', port=3306):
116 @param use_ssh: If False, the command is executed on localhost
119 --host=localhost.
125 mysql_cmd_host = 'localhost'
127 ssh_dest_server = 'localhost'
178 # Confirm the new user can ping the remote database server from localhost.
191 return infra.execute_command('localhost', cmd).rstrip('\n')
209 Grants permissions to the appropriate user on localhost, then enables the
220 # For access via localhost, one needs to specify localhost as the hostname.
221 # Neither the ip or the actual hostname of localhost will suffice in
223 local_hostname = ('localhost' if utils.is_localhost(dest_host)