Closed siwonpawel closed 4 years ago
CREATE DATABASE online_shop; CREATE USER osuser@'localhost' IDENTIFIED BY @@password; GRANT SELECT, INSERT, UPDATE ON online_shop.* TO osuser@'localhost';
keep in mind that @@password is just a mock - enter your own password for the account
Create MySQL configuration containing:
[x] custom database
[x] user account creation
[x] right access control rights to newly created database that's allows to manipulate database objects and remote login