Ask HN: Emergency, site down. Whats the best GUI for ubuntu server mysql?
Went https and it is causing me to have infinity redirect loops.
Thinking WP is causing it and want to edit the wp_options file.
Doing select * from wp_options has the text going off the screen.
But yes, this is basically emergency, 250 people have not been able to get onto the site. I'm half considering reverting back to sunday undoing a week of work.
8 comments
[ 1.4 ms ] story [ 105 ms ] threadproblem is not in .htaccess
I kinda want to know the lesson for the future? I upgraded from php 4 to php 7 without a problem.
If your certbot is set up to configure your webserver, you can remove its modifications manually. For some configs it does have a revert though: "certbot --nginx rollback".
> I kinda want to know the lesson for the future?
Before big changes like that:
- prepare a rollback plan, so if things go wrong you don't have to learn new things in an emergency mode
- stand up a test environment and try the change there, before applying it into production
Haha thats what my Physical Therapist wife said. I agree, where would I find these details on the website? I searched the documentation and even github but it was overwhelming.
Btw, good suggestion on doing a backup BEFORE the change.
Test environment sounds good as well. I have a hard time justifying the time cost. That said, this should be something that any decent programmer does casually.
(keep a copy of the original db just in case)
Ubuntu server, windows home.
I read the command to do this, didnt have permission, but I'm going to need the ability to edit the database. This seems to be my holdup.