It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
hello! I'm following the instructions located at
https://confluence.atlassian.com/display/CONFKB/How+to+Export+User+Data+to+CSV+in+Confluence
but I continue to receive this error
"mysql> select id, user_name, lower_first_name, lower_last_name into outfile '/tmp/confusers.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' from cwd_user;
ERROR 1045 (28000): Access denied for user 'confluenceuser'@'localhost' (using password: YES)"
I'm unsure of where to go from here.
Hi Shane,
From the error, it seem that confluenceuser does not have enough permission to select in the database. Why don't you try granting the permission of the database to confluenceuser'@'localhost.
GRANT ALL ON <databaseName>.* TO 'confluenceuser'@'localhost';
Kind Regards,
Jing Hwa
Doesn't appear to have worked?
mysql> GRANT ALL ON confluencedb.* TO 'confluenceuser'@'localhost';
Query OK, 0 rows affected (0.00 sec)
mysql> select id, user_name, lower_first_name, lower_last_name into outfile '/tmp/confusers.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' from cwd_user;
ERROR 1045 (28000): Access denied for user 'confluenceuser'@'localhost' (using password: YES)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.