Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 464 Bytes

File metadata and controls

16 lines (12 loc) · 464 Bytes

Small (and internal) cheat sheet

# 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';