brijeshshah.com
Brijesh Shah Blog | mysql
http://brijeshshah.com/tag/mysql
Brijesh Shah Blog on Twitter. Create copy/duplicate of MySQL database. May 23, 2013 11:48 am. Let’s say the original database is db1 and the duplicate is db2. 8211; Create a new database, db2. 8211; Run following command:. Mysqldump -h [server] -u [user] -p[password] db1 mysql -h [server] -u [user] -p[password] db2. Note: there is no space between -p and the password. MySql Ruby gem Installation. October 25, 2010 2:37 am. To build and install mysql ruby gem , following simple command is used. I hope this...
brijeshshah.com
Brijesh Shah Blog | MySql
http://brijeshshah.com/category/mysql-2
Brijesh Shah Blog on Twitter. Create copy/duplicate of MySQL database. May 23, 2013 11:48 am. Let’s say the original database is db1 and the duplicate is db2. 8211; Create a new database, db2. 8211; Run following command:. Mysqldump -h [server] -u [user] -p[password] db1 mysql -h [server] -u [user] -p[password] db2. Note: there is no space between -p and the password. Set default index.html page in NGINX. Custom error pages in Rails 3.2. Uploading file with Ajax, without submitting a form.
brijeshshah.com
Brijesh Shah Blog | copy database
http://brijeshshah.com/tag/copy-database
Brijesh Shah Blog on Twitter. Posts tagged: copy database. Create copy/duplicate of MySQL database. May 23, 2013 11:48 am. Let’s say the original database is db1 and the duplicate is db2. 8211; Create a new database, db2. 8211; Run following command:. Mysqldump -h [server] -u [user] -p[password] db1 mysql -h [server] -u [user] -p[password] db2. Note: there is no space between -p and the password. Set default index.html page in NGINX. Custom error pages in Rails 3.2. Install FFmpeg on Ubuntu 14.04.
brijeshshah.com
Brijesh Shah Blog | jquery email validate
http://brijeshshah.com/tag/jquery-email-validate
Brijesh Shah Blog on Twitter. Posts tagged: jquery email validate. Jquery Validate format of multiple emails. November 28, 2013 2:17 pm. Jquery form validator provides email format validation by simply add rule with {email: true} option. We need often add multiple email address in text area box and validate all email format. To do this with jquery form validator , we need to add method which check each email and validate format. Validate multiple email format. Set default index.html page in NGINX. Set de...
brijeshshah.com
Brijesh Shah Blog | image preview
http://brijeshshah.com/tag/image-preview
Brijesh Shah Blog on Twitter. Posts tagged: image preview. Image preview by javascript. October 13, 2011 5:32 pm. Here I will show how to display image preview before uploading to server side. DOCTYPE html html head script class=jsbin src=http:/ ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js /script meta charset=utf-8 / title JS Bin /title! If IE] script src=http:/ html5shiv.googlecode.com/svn/trunk/html5.js /script! Image preview by js. Set default index.html page in NGINX. On Find latitude-longit...
reviewer2theheart.com
Nail Polish Rack / 3 Tiers Metal Heart… | Reviews and Much more
https://reviewer2theheart.com/health-and-beauty-reviews/nail-polish-rack-3-tiers-metal-heart
Reviews and Much more. Nail Polish Rack / 3 Tiers Metal Heart…. Disclaimer: I received this at a discount rate in exchange for a honest non biased review. Laquo; Beauty Reviews. Lubricious Sexy Red and Black Lingerie Set with Cute Bow and Matching Stockings for Women for Sex. Trojan Lubricants Arouses and Intensifies Lubricant 3.0oz. 4 Baby Bandana Drool Bibs Pacifier Clip Review. All Bottle Brush 4 Piece Bottle Brush Set. All Bottle Brush 4 Piece Bottle Brush Set. Baby Bath Toy scooper and rinse. Bounce...
reviewer2theheart.com
MatrixSight Washable Nose Trimmers | Reviews and Much more
https://reviewer2theheart.com/husbands-reviews/matrixsight-washable-nose-trimmers
Reviews and Much more. MatrixSight Washable Nose Trimmers. My husband really likes these trimmers as he uses this when he shaves 3 times a week. I will suggest this to family and friends. Its a great brand and does exactly what I expected it to do. Disclaimer: I received this at a discount rate in exchanged for a honest unbiased review. Laquo; Husbands Reviews. Lubricious Sexy Red and Black Lingerie Set with Cute Bow and Matching Stockings for Women for Sex. 4 Baby Bandana Drool Bibs Pacifier Clip Review.
reviewer2theheart.com
New reviews posted today | Reviews and Much more
https://reviewer2theheart.com/2016/08/28/new-reviews-posted-today
Reviews and Much more. Laquo; More reviews. More new Review List. New reviews posted today. On August 28, 2016. Posted in Sampling Sites. Lubricious Sexy Red and Black Lingerie Set with Cute Bow and Matching Stockings for Women for Sex. Trojan Lubricants Arouses and Intensifies Lubricant 3.0oz. 4 Baby Bandana Drool Bibs Pacifier Clip Review. All Bottle Brush 4 Piece Bottle Brush Set. All Bottle Brush 4 Piece Bottle Brush Set. Baby Bath Toy scooper and rinse. Baby Rockstar Frozen Lullaby’s. Bounce Playhou...
reviewer2theheart.com
Mega Bloks American Girl Nicki’s Horse Stables Construction Set by American Girl | Reviews and Much more
https://reviewer2theheart.com/kids-reviews/mega-bloks-american-girl-nickis-horse-stables-construction-set-by-american-girl
Reviews and Much more. Mega Bloks American Girl Nicki’s Horse Stables Construction Set by American Girl. Disclaimer: I received this for my kids free in exchanged for a honest unbiased review. Laquo; Kids Reviews. Lubricious Sexy Red and Black Lingerie Set with Cute Bow and Matching Stockings for Women for Sex. Trojan Lubricants Arouses and Intensifies Lubricant 3.0oz. 4 Baby Bandana Drool Bibs Pacifier Clip Review. All Bottle Brush 4 Piece Bottle Brush Set. All Bottle Brush 4 Piece Bottle Brush Set.
brijeshshah.com
Brijesh Shah Blog | Brijesh Shah
http://brijeshshah.com/author/admin
Brijesh Shah Blog on Twitter. Set default index.html page in NGINX. July 23, 2016 4:54 pm. Recently I setup Jekyll-Blog on nginx server which is pure html code. When I tried to call url without index.html (http:/ domain.com/blog/) in path, it was not working. To allow default index.html, I need to change following in /etc/nginx/nginx.conf. Default type application/octet-stream;. Default type text/html;. And restart nginx server. Custom error pages in Rails 3.2. June 11, 2016 3:04 pm. March 1, 2016 5:05 pm.