MySQL commands Copy to file: mysqldump -u -p > Copy from file: mysql -u -p < Create new user: create user @ identified by ; grant all privileges on . to @ Delete user: drop user @ Leave a Reply Cancel replyYou must be logged in to post a comment. Post navigation Previous Previous post: docker compose fileNext Next post: Linux Commands