General cleanup of file locations

This commit is contained in:
2023-12-23 11:24:21 +01:00
parent 715184a535
commit 9e0298cf97
11 changed files with 659 additions and 39 deletions

4
bin/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