I'm trying to develop a web application that's just for my own use (it won't be public), so I'd like to develop the application and set up the database directly on the remote server. (The server is from a commercial webhosting company.)
So my question is -- do I need to install either sqlite or mysql on my computer, if I'm going to be working directly on the remote server? I spent all of yesterday trying (and failing) to get mysql to work (it doesn't seem to play nice with OS 10.5, so the standard "easy install" did not work and was not easy). Anyway, after wasting all the time, it occurred to me that I might not even need it, since the remote server already has mysql installed. If I don't need it, how exactly do I set up a TG project to interact with a remote server? I am (obviously) very new to TurboGears (and pretty new to Python as well), so I had been trying to learn from tutorials on books and websites, but all those tutorials all seem to be creating their databases on the local machine. Help!? -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

