# Mysql ## Create Project ```sh # Create Project helios project add mysql --repo https://github.com/bmallen-xs/Helios-Services --ref main --path mysql # Clone / Pull helios project pull mysql ``` ## Run ```sh helios project up mysql ```