Guide mySQL-Datenbank-Transfer/en

Aus EUserv Wiki

Wechseln zu: Navigation, Suche

MySQL database transfer

Inhaltsverzeichnis

MySQL database transfer


General

The following wiki guide describes the process of transferring your mySQL database to a mySQL Pro database.

Preparation

In order to transfer your existing database to a mySQL Pro database, you will need your user credentials. Please proceed as follows:

  • Log in to the customer panel at https://support.euserv.de with your username and password.
  • Choose the corresponding contract.


Datei:Kc-vertrag-wählen_572x.png


  • Click on "mySQL" under "Database".


Datei:Mysql_db_kc_572x.png


  • You will need your user data from the respective database (This includes database name/ server name, admin user and admin password).


Datei:Mysql_db_angelegt_572x_1.png



Implementation

To perform a transfer of your database, the following steps are required:

  • Exporting the data of you old database
  • Importing your data to the new database


Exporting the data of the old database

  • Log in to the database webfrontend at https://support.euserv.de/dbadmin with your user data.
  • Under "Server:" select the corresponding database server.
  • Enter your admin user and admin password when prompted



  • Select the corresponding database and click on "Export".



  • Click on "Send" and "OK" to create the SQL file.



Please note: You have to export your raw data only and not the SQL commands for creating the database.


Importing the data to the new database

  • Choose the corresponding contract.


Datei:Kc-vertrag-wählen_572x.png



  • Click on "mySQL" under "Database".


Datei:Mysql_db_kc_572x.png


  • You will need your relevant database credentials (This includes database name/ server name, admin user and admin password).


Datei:Mysql_db_angelegt_572x_1.png




  • Choose the corresponding database and click "Import".



  • Choose the corresponding SQL file which you have exported earlier by clicking on "Select file".
  • Finally click on "OK".


You have now successfully imported your data to the new database.

Finally, you'll have to adjust the database connection parameters in your software. This includes the database name, the database user and the database password.