Convert postgres db into a mysql db for Hex-Ray's Lumina server. #45
ThisIsMyAltAccount
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would anyone happen to know how to easily convert the postgres db into a mysql db use by the Hex-Rays Lumina server? Database's are a bit over my head.
There are two versions of Hex-Rays Lumina Server software. One version for IDA 7.2 - 8.0 and another one for IDA 8.1 and newer due to password auth.
A new database is created via:
Sample db, (GitHub hates .sql file extention. Saved with .txt) I ran it on cmd.exe with a .pdb file and pushed metadata:
lumina.txt
Note: I had to run
update users set id=0;
inside mariadb since I do not have IDA 8.1. I also redacted my PC name. Also redacted a password for the 'alice' user that is used for managing the db vialc
command.Beta Was this translation helpful? Give feedback.
All reactions