Lines Matching full:mysql
7 """Module used to back up the mysql db and upload to Google Storage.
75 # Contrary to a conventional mysql dump which takes O(hours) on large databases,
77 # of a mysql command showing all hosts and their pool labels to a text file that
89 """Class that archives the Autotest MySQL DB to Google Storage.
137 """Returns the path to a mysql dump of the current autotest DB."""
140 logging.debug('Dumping mysql database to file %s', filename)
169 'set -o pipefail; mysql -u %(user)s -p%(password)s '
269 logging.debug('Uploading mysql dump to google storage')
313 help='Google storage bucket to store mysql db dumps.')
317 help='The type of mysql dump to store.')
319 help='Google storage bucket to store mysql db dumps.')