Before you run OpenNebula for the first time, you need to set in oned.conf the connection details, and the database you have granted privileges on.
Sample configuration for MySQL DB = [ backend = “mysql”, server = “localhost”, port = 0, user = “oneadmin”, passwd = “<thepassword>”, db_name = “opennebula” ]
Fields:
server : URL of the machine running the MySQL server.
port : port for the connection to the server. If set to 0, the default port is used.
user : MySQL user-name.
passwd : MySQL password.
db_name : Name of the MySQL database OpenNebula will use.