when creating a new database for a new client they have a sql database that they used on thier old server i need to name the database the same name as the one they currently have can i change the name of the database the ispconfig creates web#_db1 for the client to another name what are my options thanks
yes you can. Use PHPmyadmin with administrator privilages on the database meaning the root* username and the root password. then create a database with that name and assign permissions to it (by creating users and giving them permissions on that database only) * This is actually bad practice what you should do is create another account with some permission but not all so that you can do some stuff but i'm pretty sure you jsut want the quick fix for now