Skip to content

whitealbum/adult_swim

Repository files navigation

adult_swim

To restore the database: mysql -u root -p adult_swim < adult_swim.sql

If that doesn't work, you may need to create the database before importing: CREATE DATABASE IF NOT EXISTS adult_swim DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE adult_swim;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published