Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/pyami/installers/ubuntu/__pycache__/ |
Upload File : |
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&