XOR or ⊕ - a type of logical disjunction on two operands that results in a value of true if the operands, or disjuncts, have opposite truth values. A simple way to state this is "one or the other but not both."
Friday, February 26, 2016
When you have grant/permission issues related to 127.0.0.1/localhost
Ever wondered why e.g. MySQL denies access after you granted the user@127.0.0.1 permissions? That is because MySQL and others use a Unix Socket instead of TCP interface and thus make it a different case. So localhost does not always equal 127.0.0.1.
No comments:
Post a Comment