0

I'm trying out the free trial of azure with an a wordpress installation and therefor created a cleardb mysql database. The database was created with the free version and has a very poor performance. However I don't know if I can use my free testrail too scale up the db because the cleardb mysqly database because there I would have to reenter my credit card details...

So are cleardb upgrades also included in the free azure trail?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Stefan
  • 14,826
  • 17
  • 80
  • 143
  • I'm voting to close this question as off-topic because this is a subscription-level question. You'd need to look at what the free trial provides. It's not a programming question. – David Makogon May 31 '16 at 12:11

1 Answers1

0

Mercury plan(free) for ClearDB MySQL is just for testing/development, it has just 4 maximum connections and this is not designed for production environments. Please try to get MySQL on VM for WordPress if you prefer to pay less.

Check this reference: https://azure.microsoft.com/en-us/blog/word-press-solution-template-using-azure-virtual-machines/

mredison
  • 46
  • 1