Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ubuntu@compute1:~$ sudo grep sql /etc/nova/nova.conf
  2. --sql_connection=mysql://nova:aNoth3rP4ss@192.168.122.3/nova
  3. ubuntu@compute1:~$ mysql -u nova -paNoth3rP4ss -h 192.168.122.3 nova
  4. Reading table information for completion of table and column names
  5. You can turn off this feature to get a quicker startup with -A
  6.  
  7. Welcome to the MySQL monitor. Commands end with ; or \g.
  8. Your MySQL connection id is 1030
  9. Server version: 5.5.24-0ubuntu0.12.04.1 (Ubuntu)
  10.  
  11. Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
  12.  
  13. Oracle is a registered trademark of Oracle Corporation and/or its
  14. affiliates. Other names may be trademarks of their respective
  15. owners.
  16.  
  17. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  18.  
  19. mysql>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement