Monday, October 10, 2016

VB.NET Example Code to backup MySQL Database using mysqldump command in VB using Visual Studio 2015

VB.NET Example Code to backup MySQL Database using mysqldump command in VB using Visual Studio 2015
In this post, we will see how to create a simple VB.NET application to backup MySQL database using the same mysqldump command by firing command prompt from the VB application. For this example, I am using Visual Studio 2015 Community edition.In some examples on the internet, you would also...

Batch File Example Code To Backup MySQL Database To A Particular Folder, Append Date and Time, Delete Backups Older Than X Days

Batch File Example Code To Backup MySQL Database To A Particular Folder, Append Date and Time, Delete Backups Older Than X Days
In this post we will see how to make a batch file to take backup of MySQL database (single database) to a particular folder on the same computer. As you may already know, there are various variants of mysqldump command. But for this exercise we will use this command:mysqldump --routines -u<username>...

Thursday, October 6, 2016

How to fix the error: not a valid facebook page url?

How to fix the error: not a valid facebook page url?
So, recently I saw an error on a Facebook Page embedded to one of my blog. The error was:error: not a valid Facebook page urlI tried Google for solutions but I couldn't find a relevant solution. And I realized many people are also facing the same issue with their Facebook Page integrated on...

Wednesday, October 5, 2016

Monday, October 3, 2016

How to install and uninstall a module in Drupal CMS?

How to install and uninstall a module in Drupal CMS?
Drupal Modules are great way to extend your Drupal website. A Drupal module is a collection of files containing some functionality and is written in PHP. It can be installed and uninstalled. In this post, we will see how to install Drupal modules the standard way and to uninstall Drupal Modules.How...
Page 1 of 2112321Next »