On Fri, Oct 5, 2012 at 3:02 PM, Kurtis Mullins <[email protected]> wrote: > Also, if memory serves me correctly, MySQL may be setup to allow connections > from 127.0.0.1 but not Localhost
AFAIK, there are at least three different ways to connect to a local server, each can be allowed/denied individually: A: unix socket (something like /var/run/mysqld/mysqld.sock) B: 127.0.0.1 C: a valid IP number that happens to be (one of) your own -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

