-Crontab -e and pasting all the cronjobs are not used on opensuse installation..?
-and also the installation of mysql im getting error running this procedure,
- Code: Select all
/usr/bin/mysql --execute="create database asterisk default character set utf8 collate utf8_unicode_ci;"
/usr/bin/mysql asterisk --execute="GRANT SELECT,INSERT,UPDATE,DELETE,LOCK TABLES on asterisk.* TO cron@'%' IDENTIFIED BY '1234';"
/usr/bin/mysql asterisk --execute="GRANT SELECT,INSERT,UPDATE,DELETE,LOCK TABLES on asterisk.* TO cron@localhost IDENTIFIED BY '1234';"
/usr/bin/mysql asterisk --execute="\. ./MySQL_AST_CREATE_tables.sql"
/usr/bin/mysql asterisk --execute="\. ./first_server_install.sql"
can i follow the mysql database buildup on ubuntu procedure, its still the same right..?