Quantcast
Channel: MySQL Forums - MySQL Workbench - Database Migration
Browsing latest articles
Browse All 560 View Live

How to connect MySQLWorkBench by using SSIS (no replies)

What drivers should install to connect MySQLWorkBench

View Article


Extend MySQL Workbench to handle PostgreSQL sequences (no replies)

Background: Using MySQL Workbench 6.3 Migration Wizard for a PostgreSQL 9.6 to MySQL 5.6 migration: Psql DDL: CREATE SEQUENCE public."AO_seq"; ALTER SEQUENCE public."AO_seq" OWNER TO dbuser; CREATE...

View Article


Need MySQL assessment report for Mysql server upgradation or migration...

Hi Team, Please let us know if there are any tools or scripts available prior to 8.0 versions for assessing MySQL server for upgradations or migrations from one server to another server .

View Article

Migration Issue (1 reply)

Hi Support Team, While we trying to migrate our database from MySQL 5.5 to MySQL 5.6 as of the moments we are facing some duplicate entries issue. For you Info: In MySQL 5.5 Database are working fine...

View Article

trouble with Migration Wizard (1 reply)

Hi, I'm trying to migrate my local MS Access database to MySQL on Amazon Lightsail and the MySQL Workbench Migration Wizard is failing partway through. "Test Connection" succeeds for both the Source...

View Article


Unhandled MySQL type 245 for column x (no replies)

I'm using a generated script (by MySQL Workbench) to migrate the data between 2 databases. At some point I get > ERROR:`users`.`user_details`:Unhandled MySQL type 245 for column 'address_info' >...

View Article

Migrate database from MySQL 5.5 to 5.6 (1 reply)

Hi everybody. I have, please, a MySQL database that I need to convert from version 5.5 to 5.6; it's the database of my Wordpress site that I'm transferring from my old hosting provider that have MySQL...

View Article

Unable to migrate views, routines and stored procedures from MSSQL (1 reply)

I tried migrating the data from MSSQL server database(Windows) to mariadb(Linux) using Mysql Workbench. Workbench migrated few tables but skipped views, routines and stored procedures. I even created...

View Article


mysql 8 group by error after migration (1 reply)

Hello we have migrated from mysql 5.6 to 5.8, and we have a query that has a group by in it, and it won't run. error message is [ERROR] [MY-013132] [Server] The table...

View Article


Data migration from Mongodb to MySQL (3 replies)

Hi all, I want to migrate all my data from mongodb to MySQL. I have tried exporting json data from mongodb and importing to MySQL. When i am doing this, am able to get all the data expect the image...

View Article

migration from 5.0/5.1 (1 reply)

Dear All, Many of our legacy systems are running in mysql version 5.0 or 5.1, where we we can't meet our requirements of password complexity or audit trail. Hence, we want to migrate our db from this...

View Article

Migration from ubuntu mysql 5.7 to windows mysql 5.7 (no replies)

Dear all, I have some issues regrading migration from ubuntu (Server 1) to windows MySQL (Server 2). First of all, I had installed MySQL migration tools on Server 2, and when i try to migrate the...

View Article

Migration from ubuntu mysql 5.7 to windows mysql 5.7 (3 replies)

Dear all, I have some issues regrading migration from ubuntu (Server 1) to windows MySQL (Server 2). First of all, I had installed MySQL migration tools on Server 2, and when i try to migrate the...

View Article


Inconsistencies migrating a database from MySQL Community Edition 5.7.22 (32...

Hi, for almost three weeks now I have been trying to migrate a MediaWiki (+SemanticMediaWiki) Database from an old Debian 7 (Wheezy) Sytstem to a current Debian 10 (Buster) System and I get...

View Article

Copy PROD db's to TEST db's (no replies)

I have a MySQL PROD db that is replicated (PROD1 and PROD2, respectively) that I would like to copy (overwrite) to my TEST instance db; also replicated (TEST1 and TEST2). I was thinking of using the...

View Article


Workbench crashes during migration (1 reply)

Hi, I am trying to migrate just a single table from MS SQL to MYSQL. During Generate SQL Create Statements process, WorkBench crashes. I saw log wb*.txt but does not show any anomaly. Kindly guide how...

View Article

Table DAta Import Wizard only imports 100 rows (no replies)

Using the Table Data Import Wizard to import a text file but it only returns 100 rows. There are over 600 rows in the table. Why?

View Article


How to change SSL from Require to Use if available (no replies)

Hello, I want to change the SSL setting in the Migration Wizard from Require to Use if available Looks like this cannot be done from within the Wizard itself Thanks VW

View Article

Errors with Information_Schema in Create Target Results (no replies)

Hello, Am using WorkBench 6.3 and MySQL 5.7.18 Have reached the Create Target Results step and all the steps relating to the Information_Schema have errors e.g. ERROR: Error executing 'DROP SCHEMA IF...

View Article

Unable to load CSV (no replies)

Hello Everyone, I am trying to upload a CSV file (present in the S3 AWS cloud) to Aurora MySQL. I have 28 columns present but only having difficulty importing with 2 columns only, I keep getting the...

View Article

Unable to load CSV (no replies)

I am trying to import CSV 370 columns, 5 columns with variable data and 365 columns for each day of the year. ERROR: Import data file: ('Row size too large (> 8126). Changing some columns to TEXT...

View Article


MySQL Workbench Migration Wizard refuses to reverse engineer table and gives...

I'm trying to migrate a database from my development machine to the staging environment using the Migration Wizard in MySQL Workbench on my development machine. The Migration Wizard is refusing to...

View Article


Migrating from My SQL 5.0 to My SQL 5.7 or newer version (no replies)

Dear All, I am Newbie in My SQL. I have problem, how to migrate database to My SQL version that can be access both from My SQL 5.0 based software and My SQL 5.7 based software. The case is like this,...

View Article

WBCOPYTABLES: --table-range (2 replies)

This feels like it should be a simple question, but I've searched for hours and cannot get it to work. I can't seem to find a real-life example of the --table option. The CMD file created by the...

View Article

MySQL Shell for Database Migrations (no replies)

================ from Aurora/MySQL: — https://blogs.oracle.com/mysql/post/moving-mysql-databases-from-aws-to-oci-using-mysql-shell —...

View Article


Migrate Schema Only (no data) 5.7 to 8.0.34 (no replies)

Hi, im trying to move my schema without data from rds mysql 5.7 to another rds 8.0.34 using Mysql Workbench. After migration without error, missing secondary index and stranger keys. If i did this...

View Article

I want to change the path specified in datadir to a network drive (no replies)

Currently, I have MySQL (free version) installed on the server. I am planning to move the data section of MySQL to a network HDD (NAS) and use the software and data separately. So, when I move the...

View Article

Accidental change of version from 5 to 8 (no replies)

Hi, I had a Docker container running MySQL 5, but I deleted both the container and the image. When I recreated it using the latest image, it installed MySQL 8. After starting it, it didn't work...

View Article

Migrating Stored Procedures (no replies)

Hello Experts, I am new to MySQL. I have been given a job to migrate the MSSQL database to MySQL. With some difficulty, I have migrated the tables, indexes and constraints using MySQL Workbench and...

View Article



Importo da MongoDB (no replies)

Salve a tutti ho esportato un db MongoDB in file json o SQL, ma go un dubbio. nel database mongoDB sono presenti dei file in PDF cosa succede quando li importo ? esiste una utility che mi ricrea la...

View Article
Browsing latest articles
Browse All 560 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>