File: //usr/lib/python3/dist-packages/boto/pyami/installers/ubuntu/__pycache__/mysql.cpython-310.pyc
o
ckF[� � @ sX d Z ddlmZ ddlZddlZddlmZ ddlmZ ddl Z dZ
G dd� de�ZdS ) aR
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.
� )� InstallerN)�ShellCommand)�ConfigParserz�
[MySQL]
root_password = <will be used as MySQL root password, default none>
data_dir = <new data dir for MySQL, default is /mnt>
c @ s&