Tag Archives: mysql linux commands

Important MySQL Commands for Linux

1. To get into the MySQL Monitor: mysql -hDatabaseServerName -uUsername -p You would be again asked for the password. Retype your password. Now you will be in the MySQL Monitor, you could see something like below: mysql> Now type the following to go to your database: mysql> USE YourDatabaseName; To view the tables in your [...]

Continue Reading

Important Linux Commands

    When it comes to O.S. I am more comfortable with Windows than with Linux. This article lists down some commands that has helped me while deloying applications onto Linux servers. These are fairly simple(Yeah! ONLY once you know them). 1. Permissions: Read/Write/Execute permission for a folder: chmod 777 FolderName Permission to a User: [...]

Continue Reading