This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET global general_log = 0; | |
SET global log_output = 'file'; | |
set global general_log_file='C:/bkpmysql/log.txt'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
NewerOlder