Skip to content

Commit

Permalink
still need to start?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ committed Jul 18, 2024
1 parent b709a0c commit 8aa4f55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ EXTRA_INCLUDE_FILE=$4
if [ "$USE_MYSQL" = "true" ]; then
DB_TYPE="mysql"
DB_SERVER="127.0.0.1"
sudo systemctl start mysql
sudo mysqladmin processlist
systemctl status mysql
# sudo systemctl start mysql
echo "going to create the database"
# mysql -u root -e "CREATE DATABASE mw"
# for file in /usr/share/mysql/*; do printf '%s\n' "$file"; sudo cat "$file"; done
else
DB_TYPE="sqlite"
DB_SERVER="localhost"
Expand Down

0 comments on commit 8aa4f55

Please sign in to comment.