MySQL DB Creation and Migration

  MySQL DB Creation & Migration

MySQL DB Creation and Migration



Collect DB Details:



DP DB_HOST:   10. 145. 165. 102

DP_DB_USER:   Deals_Procurement_Dr_User

DP_DB_PASSWORD:  xxxxxxxxxxxxxxxxxxxx

DP_DB_PORT:  3306

DB_NAME:    Deals_Procurement_Prod 



Step1. Go to GCP Portal:-


       â€”—> SQL

       â€”—> Java-dr-all-db-version-8

       â€”—> Database

       â€”—> Create database

                 Name     â€” Deals_Procurement_Dr

                                     â€”  Create. 


Step2. Click on User:-

               

       â€”—> + ADD USER ACCOUNT:-

       â€”—> User_Name   â€” Deals_Procurement_Dr_User

         â€”—> Password       â€” XXXXXXXXXXXXXXXXXXX

                                                    

                                                    â€” ADD.

              


Step3. Go to Cloud Storage:-

       

          â€”—> Search bikes-backup, click on it.

        â€”—> Create folder

         â€”—> Name.                  â€”b2b-info-lead-dr-migration

                                                 â€”  Create. 


          â€”—> Now Upload files which is shared by client for data migration.




Step4. Go to SQL Overview Page:-


          â€”— Import

        â€”— choose folder

        â€”— select files

        â€”— SQL

        â€”— Destination     â€” Deals_Procurement_Dr

—  Import.     


 Note: (here you need to select your database which has created by you).

                                                  

 



Step5. Go to Cloud Beaver:

       

       â€”—> Java-Dr-DB-Version-8

         â€”—> Database

       â€”—> SQL

       â€”—> Open

       â€”—> Give the access as per requirement.



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++..




++++++++++++++++++++++++++++++++++++++


Export Data from the Old Instance: MySQL


Use the mysqldump or pg_dump command-line tools to export the data from the old instance.


For example, for MySQL, you can use a command like:

$ mysqldump -h [OLD_INSTANCE_IP] -u [USERNAME] -p [DATABASE_NAME] > dump.sql


For PostgreSQL, you can use a command like:

$ pg_dump -h [OLD_INSTANCE_IP] -U [USERNAME] -d [DATABASE_NAME] -f dump.sql




Import Data into the New Instance: MySQL


  • Once the data is exported, you can import it into the new instance.
  • For MySQL, you can use a command like:


$ mysql -h [NEW_INSTANCE_IP] -u [USERNAME] -p [DATABASE_NAME] < dump.sql



For PostgreSQL, you can use a command like:

$ sql -h [NEW_INSTANCE_IP] -U [USERNAME] -d [DATABASE_NAME] -f dump.sql


















We are migrating this service from 5.7 to 8.0


For new Db, please set below properties

DP_DB_HOST

DP_DB_USER

DP_DB_PASSWORD

DP_DB_PORT

DP_DB_NAME


For existing Db, please set below properties

DE_DB_HOST

DE_DB_USER

DE_DB_PASSWORD

DE_DB_PORT

DE_DB_NAME



























ConversionConversion EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng