Trying to setup a wordpress deployment plugin which uses temporary mysql databases to snapshot a wordpress site. Can I somehow obtain the "create database" privillege to have multiple dbs under the same login? That would allow to run queries like:
If it isn't possible to get the privillege, would it be possible to have 2 additional dbs created by support? I guess another way would be to setup mysql as a custome application? asked 19 Sep '11, 05:05 ampelmann |
You can grant a single user permission to multiple databases using the answer give here: http://community.webfaction.com/questions/803/providing-phpmyadmin-access-to-other-users Hope that helps! answered 19 Sep '11, 05:09 neeravk |