PDO MySQL backups function
问题 this function here http://davidwalsh.name/backup-mysql-database-php has been floating around the internets for a while and is pretty famous, but its in standard mysql. does anyone have the same but in PDO? if not does anyone want to make one? is it even possible, i read somewhere that PDO doesnt do SHOW CREATE TABLE - is that right? finally, can someone explain wht difference between that function and using SELECT * INTO OUTFILE is? (please dont mark this down for containing too many