I have recently set up a LAMP server and installed WordPress using this guide - https://opensource.com/article/18/10/se ... spberry-pi
I have got to the final part of the guide 'WordPress configuration'
I add the following details to the set up
Code: Select all
Database Name: wordpress
User Name: root
Password: Secret
Database Host: localhost
Table Prefix: wp_
'Error establishing connection to database'
If I check in /var/html/www
I can see that wp-config.php has not been added yet.
If I navigate to /var/www/html/ right click and choose edit then manually update and save as wp-config.php I get the message
'Error saving file. Permission denied'
Can anyone help by suggesting how I overcome this final hurdle?