Mariadb Setup
MariaDB SQL Database
Contents
MariaDB Cheat-Sheet
Install MariaDB on Ubuntu 20.04 LTS
|
|
Access Database from outside
Open /etc/mysql/mariadb.conf.d/50-server.cnf
and change the bind-address
to:
|
|
Create Administrative User
- Create a new user
newuser
for the hostlocalhost
with a newpassword
:
|
|
- Grant all permissions to the new user
|
|
- Update permissions
|
|