This file contains 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
xcopy J:\*.* /s/e/f H: | |
// Note: Generally you can't copy files or folder from a CD or DVD which is protected. But with this windows command you can copy all files and folders from one drive or folder or cd to another derive or folder or pendrive |
This file contains 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
Change mysql root password: sudo dpkg-reconfigure mysql-server-5.5 | |
// Note: To check mysql version: mysql -V |
NewerOlder