0

i am trying to connect to mysql in django. it asked me to install the module. the module prerequisites are "MySQL 3.23.32 or higher" etc. do i really need to install mysql, cant i just connect to remote one??

1
  • Which box are you using? Do you have access to remote one? If yes, then configure it Commented Jul 25, 2012 at 15:50

1 Answer 1

4

You need to install the client libraries. The Python module is a wrapper around the client libraries. You don't need to install the server.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.