I wonder whether your server allows you to create databases, or whether you're tied to the ones already there? Try the command 'show databases' and see what databases already exist. Try to create a table within an existing database as a test.
If you use an existing one, the only thing is that you'd have to change some references to 'usertrack' in the PHP script above.
M.
