How to dump magento 2.4 database with CLI

I use mysqldump -uusername -ppassword adian_main >1.sql
It works

but I try import this data by phpmyadmin
show me this
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation

Due to recent MySQL Security updates, you need to run the command as either:

  • MySQL root
  • MySQL user with Global Process Privileges (I think)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.