Revision history of "Creating users"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 09:02, 9 October 2014George2 (Talk | contribs). . (301 bytes) (+301). . (Created page with "<source lang="sql"> create database ojs MariaDB [(none)]> grant ALL ON ojs.* to 'ojs'@'localhost' identified by 'mypassword' ; Query OK, 0 rows affected (0.00 sec) MariaDB [...")