Database Server

Create Single Database User Account

create database 20200000db;

grant all privileges on 20200000db.* to '2020A7PS0000U'@'localhost' identified by 'a';

grant all privileges on 20200000db.* to '2020A7PS0000U'@'%' identified by 'a' ;

flush privileges;