#create database prisma_db;
create database prisma_db; create user 'prisma'@'%' identified by 'xxxxfxxxx'; grant all privileges on prisma.* to 'prisma'@'%' with grant option; flush privileges;
create database prisma_db; create user 'prisma'@'%' identified by 'xxxxfxxxx'; grant all privileges on prisma.* to 'prisma'@'%' with grant option; flush privileges;