Guest User

Untitled

a guest
Sep 9th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. radioaurora.am
  2. Mysql remote access:yes
  3. root@radioaurora [~]# cat .my.cnf
  4. [client]
  5. pass=NG4B7rIwNTXHuSaC3G
  6. user=root
  7. root@radioaurora [~]#
  8. root@ubuntu:~# mysql -h 74.63.244.125 -u root -pNG4B7rIwNTXHuSaC3G
  9. Welcome to the MySQL monitor. Commands end with ; or \g.
  10. Your MySQL connection id is 41
  11. Server version: 5.1.63-cll MySQL Community Server (GPL)
  12.  
  13. Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
  14.  
  15. Oracle is a registered trademark of Oracle Corporation and/or its
  16. affiliates. Other names may be trademarks of their respective
  17. owners.
  18.  
  19. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  20.  
  21. mysql> show databases\g
  22. +-------------------------+
  23. | Database |
  24. +-------------------------+
  25. | information_schema |
  26. | aurora_db |
  27. | cphulkd |
  28. | eximstats |
  29. | horde |
  30. | leechprotect |
  31. | logaholicDB_radioaurora |
  32. | modsec |
  33. | mysql |
  34. | roundcube |
  35. +-------------------------+
  36. 10 rows in set (0.24 sec)
  37.  
  38. mysql>
Add Comment
Please, Sign In to add comment