pulser_777

Untitled

Feb 5th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. root@azteca:~# mysql -p
  2. Enter password:
  3. Welcome to the MariaDB monitor.  Commands end with ; or \g.
  4. Your MariaDB connection id is 8
  5. Server version: 10.3.8-MariaDB-1:10.3.8+maria~stretch mariadb.org binary distribution
  6.  
  7. Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
  8.  
  9. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  10.  
  11. MariaDB [(none)]> INSTALL SONAME 'auth_gssapi';
  12. ERROR 1105 (HY000): Server GSSAPI error (major 851968, minor 2529639093) : gss_acquire_cred failed -Unspecified GSS failure.  Minor code may provide more information. Keytab FILE:/etc/krb5.keytab is nonexistent or empty.
  13. MariaDB [(none)]> \q
  14. Bye
  15. root@azteca:~#
Add Comment
Please, Sign In to add comment