Skip to content

WisdomITSolutions

Leading IT Company

Tag Archives: database

How to Backup and Restore MYSQL Database from Commando Line (cmd)

We can backup and restore large my sql database using cmd. Open cmd Go to directory where my sql is installed in my cause (C:\wamp\bin\mysql\mysql5.5.16\bin)

Posted byatifDecember 9, 2015Posted inDatabaseTags: database, my sqlLeave a comment on How to Backup and Restore MYSQL Database from Commando Line (cmd)

Remove my-sql bin | PURGE BINARY LOGS | old files

The purpose of MY SQL Binary files is to data recovery. For big database my sql binary files eat lot of disk space so If you have backed up your data and want to remove my-sql binary log files follow the procedure.

Posted byatifDecember 9, 2015Posted inDatabaseTags: database, ms sql, my sqlLeave a comment on Remove my-sql bin | PURGE BINARY LOGS | old files

Get data from database compare by datetime or by only date using linq

1. Compare by datetime public List<tblName> getByDateTime(DateTime dateTime) { return objEntity.tblName.Where(p => p.publish_time <= dateTime).ToList(); } Call above function

Posted byatifNovember 30, 2015December 1, 2015Posted inLinqTags: aspx, c sharp, database, linqLeave a comment on Get data from database compare by datetime or by only date using linq

Recent Posts

  • Android Create System Overlay Window like Facebook Chat Heads
  • Android Weight Limit Chart
  • English Urdu Dictionary – Free
  • Android: How to create a Custom Dialog box?
  • WordPress – How to increase media library upload file size limit

Recent Comments

  • atif on How to programmatically save sms to inbox or sent folders in android

Archives

  • December 2016
  • December 2015
  • November 2015

Categories

  • Android
  • Android Background Services
  • Android Basic
  • Android Books
  • Android Controls
  • Android external jar files in eclipse
  • Android storage
  • Android to BlackBerry 10
  • Array List
  • Asp.net
  • Blog
  • Custom controls in Android
  • Data Type Conversion
  • Database
  • Exceptions
  • Exceptions
  • IOS
  • Linq
  • Make Android Environment
  • SMS / Messages from android
  • Thread
  • Windows
  • Wordpress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
WisdomITSolutions, Proudly powered by WordPress.