With the following commands you can create a data base JAST
and grant the
user root
on the system 192.168.1.41
all rights. The user
root
uses the password password
:
CREATE database JAST;
GRANT ALL PRIVILEGES ON JAST.* to root@192.168.1.41
identified by 'password';