Jarxi

Bolderdash

[ubuntu] MySQL outfile

Purpose is to output some data from MySQL to txt file with Ubuntu 18.04 MySQL outfile command 123SELECT *FROM information_schema.processlistINTO OUTFILE '/var/www/html/tmp/output.txt' However, I sp......

[github] github commands habits

Github Commands Create a new branch for (features, bugs) Before create a branch, check if someone already created it, if there is, fetch the branch 1git fetch origin feature_FeatureName:feature_Fea......