Skip to content

Commands out of sync; you can\'t run this command now

Notifications You must be signed in to change notification settings

damody/r2d2mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql

use mysql 8.0

CREATE DATABASE eat;
CREATE USER 'eat'@'localhost' IDENTIFIED BY 'eateat';
GRANT ALL PRIVILEGES ON eat.* TO 'eat'@'localhost';

About

Commands out of sync; you can\'t run this command now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages