Lesson4 Configure MariaDB Add Users

Опубликовано: 19 Октябрь 2024
на канале: JacksPhotoAndTech
1,307
29

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