Slide 25
Slide 25 text
Stoping MySQL in the AMIMOTO AMI
Since MySQL was moved to RDS, MySQL process in AMIMOTO AMI is no longer
necessary.
Rewrite the configuration file, in AMIMOTO AMI, the middleware settings use chef-solo,
where they are described in /opt/local/amimoto.json
To stop starting MySQL, please rewrite the file:
{
"nginx" : { "config" : { "user" : "nginx", "group" : "nginx" } },
"php" : { "config" : { "user" : "nginx", "group" : "nginx" } },
"mysql" : { "enabled" : false },
"phpfpm" : { "enabled" : true },
"run_list" : [ "recipe[amimoto]" ]
}