Dump SQL File Big File On SQL Server
Syntax sqlcmd -S SERVERNAME -d MYDATABASE -U USERNAME -P PASSWORD -i C:\path\mysqlfile.sql -o C:\path\results.txt mysqlfile.sql dumpresults.txtRead More →
How to Edit hosts file on windows
On Windows 7 1. Open Notepad as Administrator 2. Open file hosts path : C:\Windows\System32\drivers\etc 3. Edit hosts Example 119.59.120.21 goocoder.com 4. saveRead More →
WebOTX
Manager http://localhost:5858/manager User : admin Pass : admin Command Create Domain Run Bat : D:\WebOTX\bin\otxadmin.bat otxadmin> create-domain –user admin –password adminadmin –host localhost –port 6202 –file sample.properties sample Deploy otxadmin deploydir –user admin –password adminadmin “D:\MyApp\MyApp”Read More →
How to clear cache to CakePHP
Some time modified code but on web bower not change because cache in php , solution is you must delete cacheRead More →
How to Debug PHP with VSCode
Environment Bitnami WAMP Stack 5.6.10-0 Visual Studio Code Windows 7Read More →
How to create Path automatically when writing to a new file on Java
Java can create path automatically if no directoryRead More →