Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql -u root -e "CREATE DATABASE softeng2Final;"
- mysql -u root softeng2Final < softeng2Final.sql
- mysql -u root -e "CREATE USER 'softeng2'@'localhost' IDENTIFIED BY 'softeng2';"
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* TO 'softeng2'@'localhost';"
- mysql -u root -e "FLUSH PRIVILEGES;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement