BlackThorn
Verified User
Hello. I'd like to reset my.cnf, because I've used "innodb_file_per_table = 1". So I'd like to get backup all databases first. After that, I'll drop them all and reset my.cnf, delete ibdata1 and ib_log* files, and upload/restore all databases again via SSH. Is there any specific method to restore all databases at one time without user name and password? I am asking because there are a lot of sites (I have more than 80 MySQL databases) and I don't want to deal with user names and passwords one by one. Meanwhile, where can I find default my.cnf file? Thanks.