How can I make a copy of the whole database with data? Or how can I make a copy of tables with data within the same database? I followed https://help.pythonanywhere.com/pages/MySQLBackupRestore/ but it doesn't copy anything.
One more thing, how can I store same data from one column to another column in the same table?
Thanks.