db.init.mysql.init.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appng-core Show documentation
Show all versions of appng-core Show documentation
the core implementation of appNG
CREATE DATABASE ;
GRANT ALL ON .* TO ''@'localhost' IDENTIFIED BY '';
GRANT ALL ON .* TO ''@'%' IDENTIFIED BY '';
© 2015 - 2024 Weber Informatics LLC | Privacy Policy