Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [mysqld]
- init_connect='SET collation_connection = utf8_unicode_ci'
- init_connect='SET NAMES utf8'
- character-set-server=utf8
- collation-server=utf8_unicode_ci
- skip-character-set-client-handshake
- default-storage-engine=MYISAM
- [shiny]
- host = localhost
- user = shiny
- password = ''
- [dataOps]
- host = localhost
- user = dataOps
- password = ''
- [geography]
- host = localhost
- user = dataOps
- password = ''
- database = geography_uk
- [common]
- host = localhost
- user = dataOps
- password = ''
- database = common
Advertisement
Add Comment
Please, Sign In to add comment