This guide will explain how to create a database to be used with apps like Nextcloud_okm, FileRun, Ampache5 etc. We presume MariaDB app is installed and running, i will not cover it in this guide.
Open phpMyAdmin interface from MariaDB webUi.
Login with user root and your defined password (if you create one before)
Once loged in, go to User Accounts then Add user account
Type the name of the new user to be used with the new database, choose a password and check the option Create database with same name and grant all privileges.
Then scroll down at the bottom and click on Go
The new database has been created can be used
Go to your app config that require a mysql database and fill in the info (app FileRun here as example)
All apps here are not officially provided by TerraMaster, but developed by me in spare time. All the apps you can download here are free. If you encounter problems while using the app, I can provide you with advice and help as much as i can. Since it takes me a lot of time to maintain these apps and provide technical support, I would appreciate if you make a donation to support my work and continue to provide up to date versions.
How to create a database using phpMyAdmin
This guide will explain how to create a database to be used with apps like Nextcloud_okm, FileRun, Ampache5 etc.
We presume MariaDB app is installed and running, i will not cover it in this guide.
Open phpMyAdmin interface from MariaDB webUi.
Login with user root and your defined password (if you create one before)
Once loged in, go to User Accounts then Add user account
Type the name of the new user to be used with the new database, choose a password and check the option Create database with same name and grant all privileges.
Then scroll down at the bottom and click on Go
The new database has been created can be used
Go to your app config that require a mysql database and fill in the info (app FileRun here as example)
For hostname always use 127.0.0.1 and port 3307
Installation completed
outkastm