This site serves as a simple demo of using MySqlBackup.NET in ASP.NET.

MySqlBackup.NET is a C# open source MySQL database backup and restore tool. It is an alternative to MySqlDump. It can be used in VB.NET projects too. Official Project Site: https://github.com/MySqlBackupNET/MySqlBackup.Net

Below is a simple demo for backing up and restoring a MySQL database:


Simple Test (ASP.NET WebForm 4.8, MySqlBackup.NET 2.3.5 )
MySQL Connection String:

Example: server=www.mywebsite.com;user=root;password=qwerty;database=test;allowzerodatetime=true;connectiontimeout=60;


Note: Maximum length is limited to 100KB.
Dump File:
(Support file type of SQL or ZIP)


Notes:
  • All activities, inputs and outputs are not logged, saved and unable to be traced.
  • Data transmission of this website is not protected by secure connection (https).
    Data sent and received in human readable clear text form without encryption.
    You are advised not to use the service hosted here on your real and confidential website's database.
  • Below are some of the online FREE MySQL Hosting, you may use it for testing here.
  • The services hosted here are for testing purposes and for mini size of MySQL database only.
    The maximum length of the output dump content is limited to 100KB in this website.
  • On using the services of this website, you are agreed to the user agreement.
    If you do not agree with the user agreement, do not use the services in this website.

User Agreement
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>
Web hosting by Somee.com