Author: కృష్ణ బాబు

How to mysqldump specific tables?

This solution is from stackexchange.com- http://dba.stackexchange.com/questions/9306/how-do-you-mysqldump-specific-tables DBTODUMP=mydb SQL=”SET group_concat_max_len = 10240;” SQL=”${SQL} SELECT GROUP_CONCAT(table_name separator ‘ ‘)” SQL=”${SQL} FROM information_schema.tables WHERE table_schema=’${DBTODUMP}’” SQL=”${SQL} AND table_name NOT IN (‘t1′,’t2′,’t3’)” TBLIST=`mysql -u… -p… -AN -e”${SQL}”` mysqldump -u…...

Virtualhost code in Apache

<VirtualHost www.website.com:80> ServerAdmin root@localhost DocumentRoot /var/www/website/www_website_com/ ServerName www.website.com ServerAlias www.website.com ErrorLog /var/www/website/logs/www.website.com.error_log CustomLog /var/www/website/logs/www.website.com.access_log common <Directory /var/www/website/www_website_com/> AllowOverride All Order allow,deny Allow from all Require all granted </Directory> </VirtualHost>

Alias code in Apache

If you want to add alias in apache, place this code in apache.conf or httpd.conf (depending on your OS) Alias /alias_name/ “/var/www/alias_dir/” <Directory “/var/www/alias_dir”> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from...

MySQL troubleshooting

Just in case you are facing downtime issues on MySQL on CentOS try these. Check if disk is full df -h if disk is full check which folder is occupying lot of space. cd...

Acharya Deva Emantivi Emantivi Dialogue – ఆచార్య దేవా! యేమ౦టివి యేమ౦టివి

ఆచార్య దేవా! యేమ౦టివి యేమ౦టివి జాతి నెపమున సూతసుతునకి౦దు నిలువ అర్హత లేద౦దువా…. ఎ౦త మాట ఎ౦త మాట??? ఇది క్షాత్ర పరీక్షయే కాని క్షత్రియ పరీక్ష కాదె? కాదు కాకూడదు.. ఇది కుల పరీక్షయే అ౦దువా….నీ త౦డ్రి భరధ్వాజుని జననమెట్టిది? అతి జుగుప్సాకరమైన నీ స౦భవమెట్టిది?...

Software Project Management Series on Techgig.com

Software Project Management Series (Session 1): Projects Simplified http://www.techgig.com/webinar/Software-Project-Management-Series-Session-1-Projects-Simplified-41 Software Project Management Series (Session 2): Project Risk Management http://www.techgig.com/webinar/Software-Project-Management-Series-Session-2-Project-Risk-Management-42 Software Project Management Series (Session 3): Agile Project Management – Paradigm Shift of Generation X...

error: Uh oh ...