Coyote V. Acme
To you remember the cartoon "Wile E. Coyote and Road Runner". I loved the silly films, although it was a strange love. They make me feel sorry for the poor...
Website Development
First, run the following script. Second, execute provided commands.
mysql --database=db_name -u db_username -p -B -N -e "SHOW TABLES" | awk '{print "ALTER TABLE", $1, "CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;"}'