# visualize our solution tree
tree -L 3 -I "bin|doc|vendor|composer*|*.md|*.yaml|*.toml|LICENSE"
# start xampp maria db
/opt/lampp/bin/mysql -h localhost -u root -p # linux
F:\xampp\mysql\bin\mysql -h localhost -u root # windows
# in case of errors
tail -n 50 /opt/lampp/logs/error_log
ALTER USER root@localhost IDENTIFIED BY 'student';