Vanilla Asterisk installation

Hello All,

Im trying to install FOP2 on a vanilla Asterisk.

When following the installation manual, when creating the database you have to do:

cd /var/www/html/fop2
mysqladmin -u root -p create fop2
mysql -u root -p fop2 < mysql.db

But I cant find the mysql.db file....

Do you have to use the install.db file?

Thanks.

Comments

  • Use the fop2 manager for it, set the mysql credentials in /var/www/html/fop2/admin/config.php with a user that is capable of creating tables, specify the fop2 database name you created with mysqladmin, and then log with your browser to http://your.server/fop2/admin , it should create all tables for you.

    Best regards,
Sign In or Register to comment.