terracotta/setup/README.md
2012-09-27 13:04:53 +10:00

224 B

  1. Create a MySQL database and user for OpenStack Neat:
CREATE DATABASE neat;
GRANT ALL ON neat.* TO 'neat'@'controller' IDENTIFIED BY 'neatpassword';
GRANT ALL ON neat.* TO 'neat'@'%' IDENTIFIED BY 'neatpassword';