/usr/lib/python2.6/site-packages/boto/pyami/installers/ubuntu
Edit: /usr/lib/python2.6/site-packages/boto/pyami/installers/ubuntu/mysql.pyc (3344B)
Ñò
Å-õSc @ sz d Z d d k l Z d d k Z d d k Z d d k l Z d d k l Z d d k 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 =
data_dir =
t MySQLc B s&