User Tools

Site Tools


internet:hosting:wordpress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:hosting:wordpress [2023/06/08 12:29]
gcooper
internet:hosting:wordpress [2023/06/08 13:57] (current)
gcooper
Line 41: Line 41:
 https://www.wpbeginner.com/beginners-guide/how-to-change-the-wordpress-admin-email/ https://www.wpbeginner.com/beginners-guide/how-to-change-the-wordpress-admin-email/
  
-:!: These commands create an admin user with ID 1 in the ''mocais'' database...modify as needed.+:!: These commands create an admin user with ID 1 in the ''mydatabase'' database...modify (first line) as needed.
  
 <file> <file>
Line 54: Line 54:
  
 <file> <file>
-cd wp-content+cd database/location
-mysql -u moca-tucson -p dbname < ./mysql.sql+mysql -u dbusername -p dbname < ./mysql.sql
 </file> </file>
  
Line 61: Line 61:
  
 <file> <file>
-chown moca-tucson:moca-tucson -R *      # Set Apache's www-data user as the owner+chown username:username -R *            # Set website user as the owner
 find . -type d -exec chmod 775 {} \;    # Change folder permissions to rwxrwxr-x find . -type d -exec chmod 775 {} \;    # Change folder permissions to rwxrwxr-x
 find . -type f -exec chmod 664 {} \;    # Change file permissions to rw-rw--r-- find . -type f -exec chmod 664 {} \;    # Change file permissions to rw-rw--r--
 </file> </file>
  
 +==== Purge Cache ====
 +
 +If you have caching enabled:
 +
 +https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/
 +
 +https://wpengine.com/support/cache
 +
 +==== White Screen of Death ====
 +
 +https://wpengine.com/support/how-to-fix-the-white-screen-of-death-wsod-in-wordpress/
internet/hosting/wordpress.1686248982.txt.gz · Last modified: 2023/06/08 12:29 by gcooper