Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [mysqld]
  2. datadir=/export/mysql
  3. socket=/var/lib/mysql/mysql.sock
  4. user=mysql
  5. # Default to using old password format for compatibility with mysql 3.x
  6. # clients (those using the mysqlclient10 compatibility package).
  7. old_passwords=1
  8.  
  9. # To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
  10. # these lines and adjust the connectstring as needed.
  11. #ndbcluster
  12. #ndb-connectstring="nodeid=4;host=localhost:1186"
  13.  
  14. [mysqld_safe]
  15. log-error=/var/log/mysqld.log
  16. pid-file=/var/run/mysqld/mysqld.pid
  17.  
  18. [ndbd]
  19. # If you are running a MySQL Cluster storage daemon (ndbd) on this machine,
  20. # adjust its connection to the management daemon here.
  21. # Note: ndbd init script requires this to include nodeid!
  22. connect-string="nodeid=2;host=localhost:1186"
  23.  
  24. [ndb_mgm]
  25. # connection string for MySQL Cluster management tool
  26. connect-string="host=localhost:1186"
Add Comment
Please, Sign In to add comment