Skip to content

wsimon1982/02_DB_remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Befehle zum Einrichten

In Console:

apt install nano

nano /etc/mysql/mysql.conf.d/mysqld.cnf

Strg+X / Y / Enter

mysql-ctl cli;

In CLI:

CREATE USER 'peter'@'%' IDENTIFIED BY 'abcd1234#';

GRANT ALL PRIVILEGES ON *.* TO 'peter'@'%';

SELECT user, authentication_string FROM mysql.user;

quit;

In Console:

mysql-ctl restart

Befehle zum Betrieb

mysql-ctl start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors