Advertisement
nguyenhappy92

How to Insatll MariaDB

Dec 22nd, 2018
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. Link https://downloads.mariadb.org/mariadb/repositories/
  2. mariadb-server mariadb-client
  3. vi ~/.my.cnf
  4. [mysql]
  5. user=user
  6. password=password
  7. chmod 0600 .my.cnf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement