i'm a beginner student looking for some support on my MySQL class. I was building my new database (specifically tables) through the MySQL command line, but then i realized i forgot to set the CHARSET and COLLATION for each table, i know how to update it on each table through commands, but even if there're just a few tables for this excersise, i wanted to know if there's a command to set it to the whole DATABASE without specifying it on each table.
I hope i've included the necessary details, for those who ask why i'm not using Workbench, it's because the teacher asked us Screenshots for all the tables strictly created through the command line.
Thanks a lot!