Вопрос

I want to exports all users from mysql version 8.0 to 5.7. Can you guide me for this activity. I want same password and privs should migrate.

Это было полезно?

Решение

Issue fixed. I found mysql tables (db & user) columns available in 5.7. So i copy these tables from 8.0 to 5.7. And copy data only for available columns in tables db & user of mysql schema. Now its working fine.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с dba.stackexchange
scroll top