Skip to content

Instantly share code, notes, and snippets.

View LeoFalco's full-sized avatar
🎯
Focusing

Leonardo Falco LeoFalco

🎯
Focusing
View GitHub Profile
@LeoFalco
LeoFalco / scratch.sql
Created September 25, 2018 17:52
enable mysql log into file
SET global general_log = 0;
SET global log_output = 'file';
set global general_log_file='C:/bkpmysql/log.txt';
@LeoFalco
LeoFalco / dump-mysql-database.cmd
Last active October 18, 2018 17:57
utilitario para backup do mysql via linha de comando
:: tanks for https://erisilva.net/backup-automatico-do-mysql/
set user="root"
set password="teste"
set backupDir="C:\bkpmysql"
set databases="financeiro218"
set host="localhost"
@echo off
:: get date
import br.com.crush.BoyFriend;
import br.com.crush.GirlFirend;
public class TrueLove {
public static void main(String args...){
private final GirlFriend thallia = new GirlFirend("Thallia");
private BoyFriend me = new BoyFriend("leo");