I'm relatively new to MySQL and just discovered the Sakila sample database yesterday. I've installed it locally but need to install it remotely. My problem is that the hosting service prefixes all the subscriber database names with a unique id, I believe this is protocol for shared hosting, just guessing. My question is, is it possible to install Sakila on a remote host and how can it be done? that is, how can the Sakila database name be altered to be something like mydomain_sakila? Thanks all.