To remove only the tables in DB :
Go to terminal and excute the bellow command with your database username ,databasename , and password :
Subscribe to:
Posts (Atom)
Start and Stop ssh-agent
Below is the bash script used to start and stop ss-agent #!/bin/bash ## in .bash_profile SSHAGENT=`which ssh-agent` SSHAGENTARGS="...
-
How to Upgrade OpenSSL on Ubuntu This quick tutorial outlines how to upgrade openssl to the latest version on Ubuntu Server 13.04. A m...
-
1 ) To check if your ext4 filesystem has the proper default options, use tune2fs as below : -------------------------------------------...