Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Database system SQL Server

MySQL_Backup_Restore

  • Category : SQL Server
  • Tags :
  • Update : 2016-07-26
  • Size : 256kb
  • Downloaded :0次
  • Author :xps****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Introduction It is the basic, easy to use MySQL Backup/Restore utility. Background It is basically developed for non programmers. So, anyone can use it. The simplest tool for the job. Using the code Backup method takes two arguments, i.e, path to save the backup file and connection string. Hide Copy Code // Backup MySql private void MySQLBackup(string path, string constring) { string file path+ txt_database.Text+ _ + DateTime.Now.ToString( yyyy-MM-dd_hh-mm-ss )+ .sql using (MySqlConnection conn new MySqlConnection(constring)) { using (MySqlCommand cmd new MySqlCommand()) { using (MySqlBackup mb new MySqlBackup(cmd)) { cmd.Connection conn conn.Open() mb.ExportToFile(file) conn.Close() } } } } Now to the restore method with the same two arguments Hide Copy Code // Restore MySQL(.sql) file to the private void
Packet file list
(Preview for download)


MySQL Backup
............\MySQL Backup
............\............\App.config
............\............\bin
............\............\...\Debug
............\............\...\.....\mysql backup
............\............\...\.....\MySQL Backup.exe
............\............\...\.....\MySQL Backup.exe.config
............\............\...\.....\MySQL Backup.pdb
............\............\...\.....\MySQL Backup.vshost.exe
............\............\...\.....\MySQL Backup.vshost.exe.config
............\............\...\.....\MySQL Backup.vshost.exe.manifest
............\............\...\.....\MySql.Data.dll
............\............\...\.....\MySqlBackup.dll
............\............\...\Release
............\............\Main.cs
............\............\Main.Designer.cs
............\............\Main.resx
............\............\MySQL Backup.csproj
............\............\obj
............\............\...\Debug
............\............\...\.....\DesignTimeResolveAssemblyReferences.cache
............\............\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
............\............\...\.....\MySQL Backup.csproj.FileListAbsolute.txt
............\............\...\.....\MySQL Backup.csproj.GenerateResource.Cache
............\............\...\.....\MySQL Backup.csprojResolveAssemblyReference.cache
............\............\...\.....\MySQL Backup.exe
............\............\...\.....\MySQL Backup.pdb
............\............\...\.....\MySQL_Backup.Main.resources
............\............\...\.....\MySQL_Backup.Properties.Resources.resources
............\............\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............\............\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
............\............\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
............\............\...\.....\TempPE
............\............\Program.cs
............\............\Properties
............\............\..........\AssemblyInfo.cs
............\............\..........\Resources.Designer.cs
............\............\..........\Resources.resx
............\............\..........\Settings.Designer.cs
............\............\..........\Settings.settings
............\MySQL Backup.sln
............\MySQL Backup.v12.suo
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.