-
Published Answer
Thanks for your reply ryanpq, you are correct. Because I applied the All Privileges permissions at the database.* level, I couldn’t…
•
By
brandoncaballero
-
Published Question
I followed the instructions here to create a new user.
https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql
The only difference was that when giving the user origina...
Accepted Answer:
What result is displayed if you run:
SHOW GRANTS FOR '[username]'@'localhost';
To remove permission grants you will need to be specific and reference grants explicitly listed.
2
•
•
By
brandoncaballero
MySQL
-
Published Answer
Turns out it was multiviews that was causing the problem. After I checked the error logs and searched on the error message I was re…
•
By
brandoncaballero
-
Published Question
I have the following in my .htaccess file. Redirecting the www. works perfectly, as does the custom 404 message. The removal of .php from the file extension fails to work. domain.com/file returns the 404 message, with...
1
•
•
By
brandoncaballero
Apache
Ubuntu
-
Published Answer
Okay, I checked for the .ssh directory and it was there. One other thing I noticed, while troubleshooting this last night. The user…
•
By
brandoncaballero
-
Published Question
I'm on a mac and have no trouble connecting through terminal or cyberduck, but in Coda the sftp login will not work.
2
•
•
By
brandoncaballero
Apache
Ubuntu