source: docker/virtualairlines.hu/context/init.sql

python3
Last change on this file was 1007:445599cd5fea, checked in by István Váradi <ivaradi@…>, 5 years ago

Files to create a Docker image running the MAVA website

File size: 175 bytes
Line 
1SET GLOBAL sql_mode = '';
2
3CREATE DATABASE mavasyst_mavaold;
4
5CREATE USER mavasyst_mavasql IDENTIFIED BY 'zp3D1Hz4JJP7';
6
7GRANT ALL ON mavasyst_mavaold.* TO mavasyst_mavasql;
Note: See TracBrowser for help on using the repository browser.