摘要:
1.Install mysqlconnector; sudo apt-get install libmysqlcppconn-dev; 2.Login on mysql and set timeout sudo mysql -u root -p; //3600 seconds SET @@globa 阅读全文
摘要:
1. sudo -i; 2. cd /var/lib/mysql/;ls -lct; 3.Delete binlog files rm -rf binlog.* 4. ls -lct; 5.Then check the space via df -h; As the above snapshot i 阅读全文
摘要:
1.New notepad++,edit as below,save as exec.bat; .\ConsoleApplication1.exe 100; 2.Powershell run the exec.bat; .\exec.bat; 3.Stop the executed bat prog 阅读全文