This commit is contained in:
2025-09-08 09:49:49 +02:00
parent 1a69042b24
commit 27bb3be4af
8 changed files with 154 additions and 5 deletions

4
workflow/mdb.bash Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
pw=$(grep -E '^\$databasePassword = ' /home/hpr/php/credentials.php | awk -F "'" '{print $2}' )
pw=${pw##* }
mysql --host=localhost --user=hpr_hpr --password="$pw" hpr_hpr