Showing all posts tagged: MySQL


MySQL  MariaDB  RDBMS  system administration 

Quick notes on how to enable root / admin user privileges from remote hosts.

Read 2019-12-31

Laravel  MySQL  sqlite  sqlite3  mysqldump  linux utilites  Laravel Migrations 

A short command to copy the contents of a mysql database into sqlite using myslqdump and sed. Assumes table structure (create statements) has already been setup in SQLite.

Read 2017-07-29

MariaDB  MySQL  sysadmin 

Syntax reminder: create separate user in mariadb/mysql for remote administration and assign privileges.

Read 2020-09-02