[remaster/mcs] add bedework_init.sql and inject its content into mysql at iso build time
This commit is contained in:
parent
1f454f6947
commit
f135f672a5
516
remaster/mcs/bedework_init.sql
Normal file
516
remaster/mcs/bedework_init.sql
Normal file
File diff suppressed because one or more lines are too long
@ -84,6 +84,7 @@ echo "Setting up mysql"
|
||||
mysql -u root --password=mcsmanager -h localhost < /.mcs/mwsql.sql
|
||||
mysql -u root --password=mcsmanager -h localhost < /.mcs/mwsql-user.sql
|
||||
mysql -u root --password=mcsmanager -h localhost < /.mcs/bedework.sql
|
||||
mysql -u root --password=mcsmanager -h localhost < /.mcs/bedework_init.sql
|
||||
/etc/init.d/mysql stop --nodeps
|
||||
|
||||
# setup 389-console data
|
||||
|
Loading…
Reference in New Issue
Block a user