suhasonstuff.blogspot.com suhasonstuff.blogspot.com

suhasonstuff.blogspot.com

suhas tech stuff

Thursday, December 20, 2012. Deleting all rows of all tables of a list of MySQL databases. Therefore, I wrote this simple utility in shell to clean-up a list of databases. It may be handy. Enjoy! Read -s -p "Enter MySQL root Password: " mysqlpassword. Db list="Database1 Database2 Database3 Database4". Dml="SET foreign key checks = 0;". For db in $db list. Echo "Cleaning up database: $db". For table in $TABLES. Dml="$dml DELETE FROM $db.$table;". Dml="$dml SET foreign key checks = 1;". Create-jdbc-connect...

http://suhasonstuff.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SUHASONSTUFF.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.1 out of 5 with 7 reviews
5 star
1
4 star
3
3 star
1
2 star
0
1 star
2

Hey there! Start your review of suhasonstuff.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.9 seconds

FAVICON PREVIEW

  • suhasonstuff.blogspot.com

    16x16

  • suhasonstuff.blogspot.com

    32x32

  • suhasonstuff.blogspot.com

    64x64

  • suhasonstuff.blogspot.com

    128x128

CONTACTS AT SUHASONSTUFF.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
suhas tech stuff | suhasonstuff.blogspot.com Reviews
<META>
DESCRIPTION
Thursday, December 20, 2012. Deleting all rows of all tables of a list of MySQL databases. Therefore, I wrote this simple utility in shell to clean-up a list of databases. It may be handy. Enjoy! Read -s -p Enter MySQL root Password: mysqlpassword. Db list=Database1 Database2 Database3 Database4. Dml=SET foreign key checks = 0;. For db in $db list. Echo Cleaning up database: $db. For table in $TABLES. Dml=$dml DELETE FROM $db.$table;. Dml=$dml SET foreign key checks = 1;. Create-jdbc-connect...
<META>
KEYWORDS
1 suhas tech stuff
2 bin/sh
3 cleanup mysql {
4 done
5 cleanup mysql
6 posted by
7 suhas gadekar
8 no comments
9 email this
10 blogthis
CONTENT
Page content here
KEYWORDS ON
PAGE
suhas tech stuff,bin/sh,cleanup mysql {,done,cleanup mysql,posted by,suhas gadekar,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,asadmin,myconnectionpool,set resources jdbc connection pool,property.user= dbuser,port
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

suhas tech stuff | suhasonstuff.blogspot.com Reviews

https://suhasonstuff.blogspot.com

Thursday, December 20, 2012. Deleting all rows of all tables of a list of MySQL databases. Therefore, I wrote this simple utility in shell to clean-up a list of databases. It may be handy. Enjoy! Read -s -p "Enter MySQL root Password: " mysqlpassword. Db list="Database1 Database2 Database3 Database4". Dml="SET foreign key checks = 0;". For db in $db list. Echo "Cleaning up database: $db". For table in $TABLES. Dml="$dml DELETE FROM $db.$table;". Dml="$dml SET foreign key checks = 1;". Create-jdbc-connect...

INTERNAL PAGES

suhasonstuff.blogspot.com suhasonstuff.blogspot.com
1

suhas tech stuff: Seam 3 on Weblogic 12c

http://www.suhasonstuff.blogspot.com/2012/01/seam-3-on-weblogic-12c.html

Monday, January 16, 2012. Seam 3 on Weblogic 12c. The JSR299/CDI(context-dependency-injection) is now part of any JavaEE6 application server, and I have had been exploring it on one such app-server Weblogic 12c, which bundles Weld 1.1.3.SP1 as the CDI container. So what do we do if we want @ViewScoped added to CDI managed-beans? Project.build.sourceEncoding UTF-8 /project.build.sourceEncoding. Seamversion 3.0.0.Final /seam.version. GroupId org.jboss.seam /groupId. Version ${seam.version} /version. In rea...

2

suhas tech stuff: January 2012

http://www.suhasonstuff.blogspot.com/2012_01_01_archive.html

Monday, January 16, 2012. Seam 3 on Weblogic 12c. The JSR299/CDI(context-dependency-injection) is now part of any JavaEE6 application server, and I have had been exploring it on one such app-server Weblogic 12c, which bundles Weld 1.1.3.SP1 as the CDI container. So what do we do if we want @ViewScoped added to CDI managed-beans? Project.build.sourceEncoding UTF-8 /project.build.sourceEncoding. Seamversion 3.0.0.Final /seam.version. GroupId org.jboss.seam /groupId. Version ${seam.version} /version. In rea...

3

suhas tech stuff: ADF Faces on Weblogic 12c

http://www.suhasonstuff.blogspot.com/2011/12/adf-faces-on-weblogic-12c.html

Thursday, December 29, 2011. ADF Faces on Weblogic 12c. Weblogic 12c is released a few weeks ago and now we have a robust, scalable Java EE6 implementation. The ADF seems to be slightly behind because a certified version of ADF Runtime is not yet available for weblogic 12c. You could try to install an older ADF runtime on 12c and I for sure ran into problems. Here is what I did to create this temporal ADF deployment-library:. 1 Created a maven web-archive project. ManifestFile src/main/resources/META-INF...

4

suhas tech stuff: December 2011

http://www.suhasonstuff.blogspot.com/2011_12_01_archive.html

Thursday, December 29, 2011. ADF Faces on Weblogic 12c. Weblogic 12c is released a few weeks ago and now we have a robust, scalable Java EE6 implementation. The ADF seems to be slightly behind because a certified version of ADF Runtime is not yet available for weblogic 12c. You could try to install an older ADF runtime on 12c and I for sure ran into problems. Here is what I did to create this temporal ADF deployment-library:. 1 Created a maven web-archive project. ManifestFile src/main/resources/META-INF...

5

suhas tech stuff: GlassFish3: Using encrypted password for JDBC connections

http://www.suhasonstuff.blogspot.com/2012/10/glassfish3-using-encrypted-password-for.html

Monday, October 1, 2012. GlassFish3: Using encrypted password for JDBC connections. If you had configured a jdbc-connection-pool, or jms-connection on GlassFish3, you may have noticed that the passwords are stored in plain-text in config/domain.xml. That is unfortunate, and a security-guy in your organization may give you a hard-time for it. Command, but I thought of creating a really simple example in this context. And if you look at the domain.xml , you would see something like this:. You can take a pe...

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

OTHER SITES

suhasni.com suhasni.com

Mijndomein

Dit domein is geregistreerd door een klant van. Spaties en leestekens zijn niet toegestaan in domeinnamen. Domeinnamen mogen alleen bestaan uit letters en cijfers.

suhasnipandita.wordpress.com suhasnipandita.wordpress.com

Site Title

This is the post excerpt. This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it. October 27, 2016. October 27, 2016. Leave a comment on First blog post. Rebuttle to renegade of Panun kashmir. Dear Sushil pandita and Rashneek Kher of Panun Kashmir :-. Any ways coming to topic :. I saw both of you projecting peaceful protestor as 5% Islamic fundamentalist – it ...

suhasnwendy.blogspot.com suhasnwendy.blogspot.com

Spread International

suhasoft.com suhasoft.com

WMS Software System and Logistics Software services - Suhasoft

Singapore Hotline: 65-6694 8114. Logistics and Supply Chain. Service and Spare Parts Logistics. Bill of Materials Management. Warehouse Management is to receive, put-away, pick, pack and dispatch goods faster with greater accuracy and without adding to your headcount. Logistics and Supply Chain. Our solution helps you reach more informed and productive decisions by helping you better analyze and synchronize products and processes daily from multiple sources. Service and Spare Parts Logistics. Our solutio...

suhasonline.wordpress.com suhasonline.wordpress.com

मन उधाण वार्‍याचे… – I couldn't wait for success, so I went ahead without it !!!!

मन उध ण व र य च …. I couldn't wait for success, so I went ahead without it! म झ य बद दल थ ड स …. व च आन द …. म ह त प रध न मर ठ व बस ईट स…. March 4, 2016. March 4, 2016. By Suhas Diwakar Zele. In द व ळ अ क ल खन. म झ खरडपट ट . द सऱ य मह य द ध त द न क १५ म र च १९४४ र ज ब रम हद श त ल च डव न नद प स न “ऑपर शन य ग ”. च स र व त झ ल . जप नच य 15 व य आर म च प रम ख ल फ टन ट जनरल र न य म ट ग च. हल ल य च य जन. क ह म पर सर आण तटब द. ट न स क र टवर झ ल ल य त बळ य द ध म ळ , क ह म च लढ ई “ ट न स क र टच लढ ई. ल खन स दर भ :.

suhasonstuff.blogspot.com suhasonstuff.blogspot.com

suhas tech stuff

Thursday, December 20, 2012. Deleting all rows of all tables of a list of MySQL databases. Therefore, I wrote this simple utility in shell to clean-up a list of databases. It may be handy. Enjoy! Read -s -p "Enter MySQL root Password: " mysqlpassword. Db list="Database1 Database2 Database3 Database4". Dml="SET foreign key checks = 0;". For db in $db list. Echo "Cleaning up database: $db". For table in $TABLES. Dml="$dml DELETE FROM $db.$table;". Dml="$dml SET foreign key checks = 1;". Create-jdbc-connect...

suhasraaghu.blogspot.com suhasraaghu.blogspot.com

ಸುಹಾಸ್ ದ್ವಾರಕಾನಾಥ್'s Blog

ನನ್ನ ಬಗ್ಗೆ. ನನ್ನನು ಸಂಪರ್ಕಿಸಿ. Saturday, March 12, 2011. ಅರಳು ಸಂಡಿಗೆ. After Sabbakki happala its time for Sandige :). ಬೇಕಾಗುವ ಸಾಮಗ್ರಿಗಳು :. ಸಬ್ಬಕ್ಕಿ. ಹಸಿರು ಮೆಣಸಿನಕಾಯಿ. ರುಚಿಗೆ ತಕ್ಕ ಷ್ಟು ಉಪ್ಪು. ಮಾಡುವ ವಿಧಾನ. Make Sabbakki paste the same way as done for Sabbakki Happala. Now dip ಅರಳು in water for about a minute. Take the ಅರಳು out of the water and spread it out in a large plate. Now add Sabbakki paste to the Moist ಅರಳು . Dried ಅರಳು ಸಂಡಿಗೆ :. Fried ಅರಳು ಸಂಡಿಗೆ :. Labels: ನಳ ಪಾಕ. Friday, March 11, 2011. Now The ...

suhasrao.com suhasrao.com

Suhas Rao

You've reached the homepage of Suhas Rao. I am currently pursuing an MD/PhD at Stanford University School of Medicine. Recently, I have been working with Erez Lieberman Aiden. At The Center for Genome Architecture. At Baylor College of Medicine. At TC4GA, I work on understanding how the genome folds, the relationship between chromatin structure and gene regulation, and the disorganization of the genome in various diseases. I graduated from Harvard College.

suhasrawool.com suhasrawool.com

SR Photography – Just another WordPress site

Just another WordPress site. Welcome to WordPress. This is your first post. Edit or delete it, then start writing! December 28, 2015. December 28, 2015. 1 Comment on Coming soon. Proudly powered by WordPress.

suhasroy.com suhasroy.com

Suhas Roy

Mistress of the Moon. Sketchs & Drawings.