MariaDB
Connect MariaDB the same way you would MySQL.
Connect
Host, database, user, password. Access keeps the secret.
Keep it safe
Start read-only. Allow writes when the job needs them.
Example
Using MariaDB, list the largest tables by size.
Connect MariaDB the same way you would MySQL.
Host, database, user, password. Access keeps the secret.
Start read-only. Allow writes when the job needs them.
Using MariaDB, list the largest tables by size.
Was this page helpful?
Thanks for your feedback!