dump mysql script


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mysql -u root -D "listento_calculate" -e "SELECT DISTINCT email,date_format(insertDate,'%d/%m/%Y') from users WHERE email like '%@%' into outfile 'users20110228_1.csv'"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.