Questions tagged [cleardb]

ClearDB is a reliable, fault tolerant database-as-a-service for MySQL. It is also a heroku addon for mysql databases

ClearDB is a heroku addon for managing databases.

More info here: https://devcenter.heroku.com/articles/cleardb

247 questions
1
vote
1 answer

Installing cleardb on a local Cloud Foundry installation

I am new to Cloud Foundry and I want to set up a local CF instance in Vagrant. I followed the steps described in http://docs.cloudfoundry.org/deploying/boshlite/ and got a local instance up and running. I am also able to deploy a simple Ruby app…
Michael Lihs
  • 7,460
  • 17
  • 52
  • 85
1
vote
1 answer

Access to ClearDB on Bluemix with PHP and PDO

I'm trying to create a Bluemix Application using PHP and ClearDB (using PDO to connect). When I try to access the server using my localhost (WAMP) I can get the connection successful message. When I simply copy and past the code on Bluemix, I get…
1
vote
1 answer

Heroku Laravel 5.1 file-system upload

i got a problem uploading files into Heroku app, using Laravel 5.1 framework and Clear DB ad-dons in Heroku. Already read Laravel docs, but i think the problem is in the save method... i mean in local mode it works fine : 1)…
Jona Santana
  • 105
  • 2
  • 2
  • 11
1
vote
1 answer

How do I avoid Error: PDOStatement::execute(): MySQL server has gone away in Yii?

I keep getting this error incessantly. How do I avoid it with Yii? I saw some questions about Yii 1 but they use options that aren't in the documentation: http://www.yiiframework.com/doc-2.0/yii-db-connection.html,…
Chloe
  • 25,162
  • 40
  • 190
  • 357
1
vote
0 answers

On which port does CedarDB run on Heroku?

I'm trying to deploy online (on Heroku) my Symfony 2 app and I've configured a ClearDB resource. Now, when I deploy, I receive this error: [Doctrine\DBAL\Driver\PDOException] SQLSTATE[08006] [7] could not connect to server: Connection refused. …
Aerendir
  • 6,152
  • 9
  • 55
  • 108
1
vote
0 answers

Azure web site load only after restart

Why does a web app stored in Azure cloud loads fine only for a while after restart? My web app (node.js) is connected with clearDB. On localhost it works perfect but only on Azure it is stuck. i turned on the "Always On" in the management portal,…
shmnsw
  • 639
  • 2
  • 11
  • 24
1
vote
2 answers

ClearDb + Azure: Vanilla forum installation really slow

Migrated a Vanilla forum (php) to an Azure website with a cleardb mysql database. It's working but performance is horrible in terms of page loading compared to my previous installation. I'm guessing it's the db connection that's slow but maybe it…
Niels Bosma
  • 11,758
  • 29
  • 89
  • 148
1
vote
0 answers

Sign in to ClearDB with a Windows Azure Account

Usually we log into our ClearDB account through the Microsoft Azure interface. We find the database within Azure interface, click on it, and are automatically signed-in to ClearDB. How can we sign into ClearDB without going through the Azure…
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
1
vote
1 answer

Azure Website - Microsoft OLE DB Provider for ODBC Drivers error '80004005'

We are running PHP and MySQL in a MS Azure Website instance. It's been running fine. Today, without us having made any changes, it went down with this error: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [MySQL][ODBC 5.1 Driver]Can't…
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
1
vote
0 answers

Server error on WordPress hosted on Azure with ClearDb

I'm hosting my personal WordPress blog on Azure (with the free ClearDb Mercury plan). It works fine for few months until last week, I'm getting "The page cannot be displayed because an internal server error has occurred." errors. Thought the error…
JeeShen Lee
  • 3,476
  • 5
  • 39
  • 59
1
vote
1 answer

Forking/Copying Heroku ClearDB to development environment

I'm setting up a development environment on heroku for my app and I'm having an issue copying over the DB. My current DB is ClearDB and I usually connect to it via Workbench. However, if I try to export the DB and iimport into my staging environment…
BardsWork
  • 536
  • 1
  • 4
  • 19
1
vote
0 answers

Azure Website doesn't connect to linked MySQL DB after migrating from Free to Pay-As-You-Go

I am having issues connecting to the MySQL Db connected to my Azure website. I recently moved from free to pay as you go. I believe the DB is hosted by clearDB so I do not understand why it's not connected. When I click on the DB from the management…
1
vote
1 answer

Play 2.2.3 on Heroku with clearDB - has exceeded the 'max_user_connections' resource

My Play app was working fine for a while on Heroku with clearDB. Then it crashed with the error has exceeded the 'max_user_connections' resource I followed the instructions from this post playframework 2.0 - exceeded max_user_connections on…
mgeiger
  • 77
  • 9
1
vote
1 answer

Jooq autogenerate results in "SELECT command denied to user ... for table 'proc'

I am having issues while trying to run a Jooq autogenerate gradle task that takes table infos from a cleardb cloud based database. The error i get is below and has apparently something to do with the fact that i have limited access to the clearDB…
Jes Chergui
  • 1,318
  • 1
  • 22
  • 33
1
vote
1 answer

Connecting to clearDB mysql database from php Azure application using MySQL_connect

I have deployed a php website to azure. It has a connection string like this: $host = 'localhost'; $username = 'xxxxx'; $password = 'xxxxx'; $database = 'xxxxx'; $con = mysql_connect($host, $username, $password); I need to change this when…
Linda Keating
  • 2,215
  • 7
  • 31
  • 63