2012-09-27 11:47:54 +10:00
..
2012-09-27 11:47:54 +10:00

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