Hi,
Following the documentation:
* Create a database for opcfg in MySQL with select,insert,drop,empty privileges. Import the SQL data contained in sqldata/fruity-mysql.sql
[root@localhost opcfg]# cd sqldata
[root@localhost sqldata]# mysql -f -u {user} -p < opcfg.sql
Enter password: {password}
When connecting to http://server/nagios/opcfg/ the following error occurs:
-----------------------------------------------------------------
Initializing Configuration Utility...
Creating Configuration Utility Object...
Unable to connect to database. Please check your configuration.
------------------------------------------------------------------
What user and what connection string is required for the application to connect to the database?
In addition the following error occurs when the import script is run:
sqldata]# mysql -f -u root -p < opcfg.sql
Enter password:
ERROR 1060 (42S21) at line 1586: Duplicate column name 'p1_file'
ERROR 1060 (42S21) at line 1588: Duplicate column name 'daemon_dumps_core'
Thanks
md
