Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@gash:/var/www/img.xxx.in/openphoto-4.0.0-rc5/src/html/photos# ls -la
- total 8
- drwxrwxrwx 2 www-data www-data 4096 Jun 22 17:23 .
- drwxrwxr-x 4 www-data www-data 4096 Jun 22 17:23 ..
- mysql> create user openphoto;
- Query OK, 0 rows affected (0.01 sec)
- mysql> grant all privileges to on 'openphoto' to 'openphoto'@'localhost';
- mysql> show grants for 'openphoto'@'localhost';
- +------------------------------------------------------------------+
- | Grants for openphoto@localhost |
- +------------------------------------------------------------------+
- | GRANT USAGE ON *.* TO 'openphoto'@'localhost' |
- | GRANT ALL PRIVILEGES ON `openphoto`.* TO 'openphoto'@'localhost' |
- +------------------------------------------------------------------+
- 2 rows in set (0.00 sec)
- mysql> show databases like 'openphoto';
- +----------------------+
- | Database (openphoto) |
- +----------------------+
- | openphoto |
- +----------------------+
- 1 row in set (0.00 sec)
- Please fix the following errors
- We were unable to set up your local file system using /var/www/img.xxx.in/openphoto-4.0.0-rc5/src/html/photos. Make sure that the following user has proper permissions (www-data).
- We were unable to initialize your account in MySql.
- Please verify that the host, username and password are correct and have proper permissions to create a database.
- Make sure your email address is not already in use.
Advertisement
Add Comment
Please, Sign In to add comment