Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
pyami
/
installers
/
ubuntu
/
File Content:
mysql.pyc
� �Wc @ sz d Z d d l m Z d d l Z d d l Z d d l m Z d d l m Z d d l Z d Z d e f d � � YZ d S( sR This installer will install mysql-server on an Ubuntu machine. In addition to the normal installation done by apt-get, it will also configure the new MySQL server to store it's data files in a different location. By default, this is /mnt but that can be configured in the [MySQL] section of the boto config file passed to the instance. i����( t InstallerN( t ShellCommand( t ConfigParsers� [MySQL] root_password = <will be used as MySQL root password, default none> data_dir = <new data dir for MySQL, default is /mnt> t MySQLc B s&