1

I'm a new user in webfaction and have some experience writing python web apps mostly in mediatemple servers, although I'm not an expert in server administration. I've always used MySQL as my data provider. Reading the WebFaction documentation, the choice for database engine in the tutorial is postgreSQL. Is any restriction about using any other database engine?.

marcoslhc
  • 1,194
  • 1
  • 17
  • 29

3 Answers3

1

A quick google search reveals WebFaction uses MySQL as well.

http://docs.webfaction.com/user-guide/databases.html

Just select MySql from the dropdown instead of PostgreSQL.

In fact, now that I've logged in, I see it's the default choice.

enter image description here

Yuji 'Tomita' Tomita
  • 115,817
  • 29
  • 282
  • 245
0

The last I checked (and I'm an active Django/MySQL/Webfaction user), you can use MySQL if you like. You would specify django.db.backends.mysql as you DB engine.

Abid A
  • 7,588
  • 4
  • 32
  • 32
0

No, not at all. I have apps running on WebFaction that use both to the same effect. In some ~2 years that I've been a WebFaction user, I haven't encountered anyone that suggested that one or the other has less load/yields better performances and that certainly hasn't been the case in my environment. So make it a choice of personal preferences or project requirements which of the two you take.

If you still have any concerns, you can ask them on the WebFaction Community page. The staff members are always happy to exhaustively address any of your questions in full detail. It's a SO Q&A clone, so you should be feeling right at home.

Filip Dupanović
  • 32,650
  • 13
  • 84
  • 114