To Create a new user in mysql CREATE USER ‘UserName’@’localhost’ IDENTIFIED BY ‘Password’; To Grant user access to the Database GRANT ALL PRIVILEGES ON DatabaseName . * TO ‘UserName’@’localhost’; After that...
If you moved Sitefinity from one server to another you might run into this issue Access denied on App_Data folder. To solve this issue on IIS 7.5 you need to give permission to the user that is associated with app pool. So let’s say the name of your application...