Start Neue Main

This commit is contained in:
2025-12-15 09:59:42 +01:00
parent 09ef5ef951
commit c06d51509d
121 changed files with 9026 additions and 0 deletions

14
Doc/MySQL_Install.md Normal file
View File

@@ -0,0 +1,14 @@
## MySQL Install
sudo apt update
sudo apt install mysql-server
sudo service mysql start
sudo service mysql status
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
bind-address = 127.0.0.1 --<> bind-address = 0.0.0.0