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...
-
Steps for Creating Vhosts in Ubuntu : 1) Create the folders that will host your new sites. By default, Apache in Ubuntu serves from /v...