User Tools

Site Tools


internet:hosting:wordpress

This is an old revision of the document!


Wordpress Notes

Virtualmin

Use the Virtualmin Install Script for Wordpress. You can update WP easily in the future.

Use Virtualmin to assign a free LetsEncrypt SSL certificate.

Force SSL

Contact Form

Troubleshooting

Create Admin User

https://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-to-the-wordpress-database-via-mysql/

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.

INSERT INTO `mocais`.`wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES ('1', 'gcooper', MD5('Web6Master='), 'Gene Cooper', 'gcooper@virtualarchitects.com', 'http://sonoracomm.com/', '2023-05-30 00:00:00', '', '0', 'Gene Cooper');
INSERT INTO `mocais`.`wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '1', 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}');
INSERT INTO `mocais`.`wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '1', 'wp_user_level', '10');
internet/hosting/wordpress.1686248677.txt.gz · Last modified: 2023/06/08 12:24 by gcooper