create database jeesample character set 'utf8mb4' collate utf8mb4_unicode_ci;
create user 'jeeuser'@'localhost' identified by 'password';
grant all privileges on jeesample.* to 'jeeuser'@'localhost';
Files
reactjs-app
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||