Changes between Version 11 and Version 12 of Documentation/Manuals/ARCNativeAPELClients
- Timestamp:
- Jul 11, 2013 6:14:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Manuals/ARCNativeAPELClients
v11 v12 21 21 mysql_secure_installation 22 22 mysql -u root -p 23 mysql> CREATE DATABASE apel ;23 mysql> CREATE DATABASE apelclient; 24 24 mysql> GRANT ALL PRIVILEGES ON apelclient.* TO apel@localhost IDENTIFIED BY 'myverysecureapelpassword'; 25 mysql> FLUSH PRIVILEGES; 25 26 mysql> quit 26 27 }}}