hello,
i'm planning to create an application. there are some software out there that can be used to automate the installation process of an application. but the application comes with a mysql database.
i can include mysql in the installation process along with the application. but then how can i setup the database?
the query such as the create database, create user, give permission, create tables along with the insert records.
Thank you.
i'm planning to create an application. there are some software out there that can be used to automate the installation process of an application. but the application comes with a mysql database.
i can include mysql in the installation process along with the application. but then how can i setup the database?
the query such as the create database, create user, give permission, create tables along with the insert records.
Thank you.
Comment