1. set up your mysql database
2. set up your database user
3. grant your database user access to the database
4. edit mt.cfg
5. configure your CGIPath
6. leave the Datasource line alone, DataSource ./db
7. for your ObjectDriver use, ObjectDriver DBI::mysql
8. for your Database use, Database hostingAccountUserName_nameOfDatabase
9. for your DBUser use, DBUser hostingAccountUserName_nameOfDatabaseUser
9a. if you're putting mt into the cgi-bin, you'll need to create a directory called mt-static in the root of public_html folder. remove the # from the beginning of the StaticWebPath line and put, StaticWebPath /mt-static/
10. place the password of your database user in the mt-db-pass file
11. upload the mt files to your account
12. set permissions for all .cgi files to 755
13. run mt-load.cgi