Advertisement
Guest User

Untitled

a guest
Jan 20th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. [storage:sqlalchemy]
  2. # Database connection string - to configure options for a given implementation
  3. # like sqlalchemy or other see below
  4. database_connection = mysql://designate:password@127.0.0.1/designate
  5. connection_debug = 100
  6. connection_trace = False
  7. sqlite_synchronous = True
  8. idle_timeout = 3600
  9. max_retries = 10
  10. retry_interval = 10
  11.  
  12.  
  13. (.venv)[root@dev001 designate]# mysql -u designate -p designate
  14. Enter password:
  15. Welcome to the MySQL monitor. Commands end with ; or \g.
  16. Your MySQL connection id is 12966
  17. Server version: 5.5.36-MariaDB-wsrep MariaDB Server, wsrep_25.9.r3961
  18.  
  19. Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
  20.  
  21. Oracle is a registered trademark of Oracle Corporation and/or its
  22. affiliates. Other names may be trademarks of their respective
  23. owners.
  24.  
  25. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  26.  
  27. mysql>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement