Skip to content

Commit

Permalink
Update Dsnackerstore_SCRIPT.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdmd152 authored Feb 13, 2023
1 parent 1843e1f commit 4e6f4a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql-scripts/Dsnackerstore_SCRIPT.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
CREATE USER 'dsnackerstore'@'localhost' IDENTIFIED BY 'dsnackerstore';

GRANT ALL PRIVILEGES ON * . * TO 'dsnackerstore'@'localhost';

ALTER USER 'dsnackerstore'@'localhost' IDENTIFIED WITH mysql_native_password BY 'dsnackerstore';


CREATE DATABASE IF NOT EXISTS `dsnackerstore` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `dsnackerstore`;
-- MySQL dump 10.13 Distrib 8.0.30, for Win64 (x86_64)
Expand Down

0 comments on commit 4e6f4a8

Please sign in to comment.