Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Migration failed with MYSql

ajit
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2025

HI Team,

We are trying to migrate fisheye to a mysql db, but it fails saying problem running drop schema .

We are using version:

  • Server version: 5.0.45
  • mysql-connector-java-5.1.47-bin.jar
  • RHEL 5
  • Fisheye 3.5.1
  • Database Schema Version 87

 

 

3 answers

0 votes
Ajin Aniyan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 9, 2025

That “problem running drop schema” error during Fisheye migration usually happens because of incompatible MySQL versions or missing privileges. Fisheye 3.5.1 is quite old, and MySQL 5.0.45 doesn’t fully support newer JDBC connectors like mysql-connector-java-5.1.47. Try upgrading MySQL to at least version 5.5 or 5.6, or use an older connector version such as mysql-connector-java-5.0.8. Also, make sure the MySQL user has full privileges including DROP, CREATE, and ALTER on the schema. If the migration still fails, it could be due to corruption or incomplete schema objects in the existing database. In that case, you can use third-party tools like Stellar Repair for Mysql to repair and rebuild corrupted frm or ibd files before retrying the migration.

0 votes
Shawn Doyle - ReleaseTEAM
Community Champion
July 18, 2025

Hi @ajit 

 

Can you share the procedure you are using for the migration?

From the error, "failed to drop schema", are you sure this isn't in the part where you are exporting from the old DB?

0 votes
ajit
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2025

additionally for info :

character_set_system | utf8

collation_server | latin1_swedish_ci

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events