krot

import dump MySQL in an UTF-8

Jul 5th, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.10 KB | None | 0 0
  1. mysql -uroot -p --default-character-set=utf8 database
  2. mysql> SET names 'utf8'
  3. mysql> SOURCE utf8.dump
Add Comment
Please, Sign In to add comment