MariaDB – Admin – Primer1 – Intro

This is the index for the Primer
XREF to: https://mariadb.com/kb/en/mariadb/a-mariadb-primer-01-intro/

Basic overview of this intro-level primer into access the mysql prompts and modifying a database

Note: I have everything they’re needing for the primer — functioning MariaDB system

When I run (logged in as root): mysql -u root -p
This happens: Access denied for user ‘root’@’localhost’ (using password: YES)
Note: I don’t get why I now cannot load the MariaDB console
Answer: When I was entering the password, I was entering the root password and not for the MariaDB

MariaDB [(none)]>
Note: This tell me that the MariaDB monitor is running without a database loaded

Various commands to learn in MariaDB:
https://mariadb.com/kb/en/mariadb/a-mariadb-primer-04-inserting/

About Paul

CERT Coordinator, Ham Radio Operator, GTD Fan; Photographer; Domino/Notes Administrator
This entry was posted in Linux. Bookmark the permalink.