cleaning structure
This commit is contained in:
23
old code/to_do.txt
Executable file
23
old code/to_do.txt
Executable file
@@ -0,0 +1,23 @@
|
||||
python3 -m venv recticel
|
||||
source recticel/bin/activate
|
||||
python /home/ske087/quality_recticel/py_app/run.py
|
||||
|
||||
sudo apt install mariadb-server mariadb-client
|
||||
sudo apt-get install libmariadb-dev libmariadb-dev-compat
|
||||
|
||||
sudo mysql -u root -p
|
||||
|
||||
root password : Initaial01! acasa Matei@123
|
||||
|
||||
CREATE DATABASE trasabilitate_database;
|
||||
CREATE USER 'trasabilitate'@'localhost' IDENTIFIED BY 'Initial01!';
|
||||
GRANT ALL PRIVILEGES ON trasabilitate_database.* TO 'trasabilitate'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
||||
EXIT
|
||||
|
||||
|
||||
Server Domain/IP Address: testserver.com
|
||||
Port: 3602
|
||||
Database Name: recticel
|
||||
Username: sa
|
||||
Password: 12345678
|
||||
Reference in New Issue
Block a user