Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- create database global2;
- use global2;
- grant all privileges on global2.* to 'global'@'localhost' identified by 'pw';
- FLUSH PRIVILEGES;
- zcat dbbkup.sql.gz | mysql -u root -p7fe423zaf4518cb65 global2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement