Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

Mysql dump export access ddnied

$
0
0

mysqldump -uuser -ppassword database > file.sql

There is no space between -p and password.

Both root and the user found in wp-config.php, with their respective password, should work.

Actually, mysqldump database > file.sql should work fine, since the credentials in /root/.my.cnf would be used to authenticate in MySQL/MariaDB.


Viewing all articles
Browse latest Browse all 12639

Trending Articles