53GB

Lesson4 Configure MariaDB Add Users



Lesson4 Configure MariaDB Add Users

Lesson4 Configure MariaDB Add Users. To get MariaDB set up correctly and allowing outside connections takes a few steps but it can be done very easily. In this video, we will get our MariaDB configured and ready to allow connections from a GUI application to build databases. I will show you how to set up the connection from DBeaver in the next video.

The commands to configure MariaDB:

sudo mariadb
GRANT ALL ON *.* TO ‘admin’@’localhost’ IDENTIFIED BY ‘password’ WITH GRANT OPTION;

FLUSH PRIVILEGES;

#LinuxServer #DBeaver #MariaDB #UnderstandingLinux #LinuxDatabases #MySQL #NewtoLinuxDatabases #ConfigureMariaDB #LearningLinuxDatabase #LearningMariaDB

Exit mobile version