Mysql: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 February 2021

26 June 2019

  • curprev 17:0517:05, 26 June 2019Michael Murtaugh talk contribs 294 bytes +294 Created page with "== Create a database + user for a project == <source lang="bash"> sudo su mysql -u root </source> <source lang="mysql"> create database FOO; grant all on FOO.* to FOOUSER@'l..."