I had a MariaDB server running on port 3306. I created a local MariaDB account ‘tommy’ with: CREATE USER ‘tommy’@’localhost’ IDENTIFIED BY ‘somepassword’ and granted…
Leave a CommentI had a MariaDB server running on port 3306. I created a local MariaDB account ‘tommy’ with: CREATE USER ‘tommy’@’localhost’ IDENTIFIED BY ‘somepassword’ and granted…
Leave a Comment