On Mon, Jun 02 2014, Kelam, Koteswara Rao wrote: > Hi all, > > I am trying to use mysql as database for ceilometer. I created database as follows > CREATE DATABASE ceilometer; > > GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \ > IDENTIFIED BY 'CEILOMETER_DBPASS'; > > GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'%' \ > IDENTIFIED BY 'CEILOMETER_DBPASS'; > > And mentioned it in ceilometer conf file. > connection=mysql://ceilometer:CEILOMETER_DBPASS@100.30.30.221/ceilometer?charset=utf8 Did you run ceilometer-dbsync? -- Julien Danjou /* Free Software hacker http://julien.danjou.info */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140602/3ef9c68a/attachment.sig>