Changes between Version 11 and Version 12 of Documentation/Manuals/ARCNativeAPELClients


Ignore:
Timestamp:
Jul 11, 2013 6:14:34 PM (11 years ago)
Author:
Andrii Salnikov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Manuals/ARCNativeAPELClients

    v11 v12  
    2121mysql_secure_installation
    2222mysql -u root -p
    23 mysql> CREATE DATABASE apel;
     23mysql> CREATE DATABASE apelclient;
    2424mysql> GRANT ALL PRIVILEGES ON apelclient.* TO apel@localhost IDENTIFIED BY 'myverysecureapelpassword';
     25mysql> FLUSH PRIVILEGES;
    2526mysql> quit
    2627}}}