Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Hungnv changes for utf-8 support crm
  2. [mysql]
  3. default-character-set=utf8
  4.  
  5. [mysqld]
  6. set-variable=local-infile=0
  7. datadir=/var/lib/mysql
  8. socket=/var/lib/mysql/mysql.sock
  9. user=mysql
  10. port=3306
  11. tmpdir=/tmp
  12. # bind-address=mipay.vn
  13.  
  14. # Default to using old password format for compatibility with mysql 3.x
  15. # clients (those using the mysqlclient10 compatibility package).
  16. old_passwords=1
  17. # New lines added
  18. collation_server=utf8_general_ci
  19. character_set_server=utf8
  20. default-character-set=utf8
  21. init_connect='SET collation_connection = utf8_general_ci'
  22. init_connect='SET NAMES utf8'
  23. skip-character-set-client-handshake
  24.  
  25. [mysqld_safe]
  26. log-error=/var/log/mysqld.log
  27. pid-file=/var/run/mysqld/mysqld.pid
Add Comment
Please, Sign In to add comment