Knowledgebase Home > Tutorials > Web Development > MySQL | Glossary | Favorites Knowledgebase Home | Glossary | Favorites
View Articles by Category
There are no sub categories
MySQL rss button
There were 4 articles found in this category:
  1. questionMigrate a Database from a Shared to a Dedicated Server
    This article will show you how to migrate your database from a shared database to a dedicated database. Add A Dedicated Database To Your Account Take the Site Down Dump Database Via phpmyadmin Upload Dump to Dedicated Database Configure Application to Use the Dedicated Datbase Bring the Site Ba ...

  2. questionNavicat and Stackable
    Navicat is a program which is installed locally on a computer and is used to visually manage a mysql database. Installing Navicat Download navicat from http://www.navicat.com/en/download/download.html There is a lite and premium version, for this tutorial we will be using the lite version. R ...

  3. questionmsqyldump
    Mysqldump is a tool used to dump a database or a collection of databases for backup or transfer to another SQL server. It can be used to migrate databases to and from Stackable. Table of Contents General Usage Switches Helpful Tips General Simply put, mysqldump outputs the SQL statements that ...

  4. questionUploading a Database
    For sites that were once on a different host, Stackable provides a way to import your current database into stackable once it has been properly exported or dumped via mysqldump or phpmyadmin. This document will show how to upload your dumped database to stackable's mysql servers. See Also Connec ...