Hi! I'm quite new in Python and MySQL and I need a help. I can't load data from mySQL table into a file, every time I'm trying to do it I get ERROR 1045 (2800) Access denied etc. I've read this topic http://help.pythonanywhere.com/pages/LoadDataInfile and connected mysql database manually and then I was trying to type: SELECT * FROM luft_oppdatering INTO OUTFILE '/home/sHalnes/file.txt'; but I've got the same error 1045(2800). So what should I do to save data from mysql into a .txt file?