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
0
votes
1 answer

ssl is invalid ClearDB Heroku Django

I can't connect my ClearDb to Django app on Heroku, show me this error.
Marcos Dávalos
  • 501
  • 1
  • 5
  • 14
0
votes
0 answers

Cannot connect to heroku mysql database clearDB using mysql workbench

Not able to connect to the database with cleardb mysql using heroku as web-server deployment, with mysql workbench the following error is described in the image below.
bobb1213131
  • 277
  • 1
  • 5
  • 16
0
votes
1 answer

ssl certificates cleardb on heroku

I'm trying to use ssl with cleardb and rails I've followed all steps on this link (https://devcenter.heroku.com/articles/cleardb#using-ssl-with-cleardb-and-rails) but I have a question : how do I upload the certificates to my heroku instance…
Mike W
  • 391
  • 4
  • 14
0
votes
1 answer

Deployed database has no connections

I have deployed an application to heroku: https://stark-citadel-91743.herokuapp.com/ The app initially loads properly until you click a button that requires the database. Then it crashes. Everything works in local development environment. I…
208_man
  • 1,440
  • 3
  • 28
  • 59
0
votes
1 answer

heroku cleardb client missing error

I am trying to migrate mysql database into heroku cleardb. I'm doing node service. My tried code is, knexfile.js production: { client: "mysql", connection: { host: "us-cdbr-iron-east-04.cleardb.net", user: "bcf521a*******", password:…
Prabha
  • 29
  • 7
0
votes
1 answer

How to find ClearDB MySQL database in Azure portal?

I am logged into my Azure portal and I can see the "app service" dashboard and "resource group" dashboard for my web app, but I cannot find the ClearDB MySQL database that the web app uses. I don't see the "linked resources" anywhere as mentioned in…
Ryan
  • 5,883
  • 13
  • 56
  • 93
0
votes
1 answer

Is it possible to install timezone support in ClearDB?

I am trying to get ChartKick to work on my application on Heroku. I was able to setup and install timezone support on my local machine (thus resulting in ChartKick working perfectly). However, on Heroku I am getting an error which basically is…
user9558180
0
votes
0 answers

PHP connection failed: SQLSTATE[HY000] [2002] No such file or directory

So I'm new to creating a database. I've looked over many other questions similar to mine. I did find something similar with adjusting ports however im not sure how to do that. Nor if it would fix my issue. I am using cleardb if that helps.
Rutger Luther
  • 131
  • 1
  • 2
  • 11
0
votes
0 answers

How to configure persistence.xml in Java project (without Spring) to use the cleardb_database_url in heroku

I need advise how to configure persistence.xml in Java web project (without Spring) to use the cleardb_database_url so I could deploy succesffuly my database application to Heroku. I have found at Heroku site documentation how to use xml for…
Sandra
  • 1
  • 1
0
votes
0 answers

heroku cannot select from table (access denied)

i am new on heroku and recently i built one simple app on spring mvc with java configuration. so i deployed this app on heroku using github. i am using mysql as database. my connection looks like this:- @Bean public DataSource dataSource()…
sagar limbu
  • 1,202
  • 6
  • 27
  • 52
0
votes
1 answer

Flask/Heroku ClearDB not updating

I've deployed my Python app on Heroku and have connected it to a clearDB database. This works perfectly when run locally, however when running on Heroku my INSERT statements don't seem to be committing properly (sometimes they do, sometimes they…
dibsonme
  • 1
  • 3
0
votes
1 answer

Manage Symfony App Heroku

I've a Symfony app on Heroku with ClearDb addons. I need to manage the app for test and prod. So I need two database: one for test and one for the production(principle); I tryed the Heroku Pipeline, but when I promote the app from staging to…
Stek
  • 57
  • 1
  • 8
0
votes
1 answer

Upgrade ClearDB from Bluemix without having to migrate

Is there any way to upgrade ClearDB plan from Bluemix. When I click on a better plan it creates a new ClearDB instance. I would like to upgrade without needing to migrate data to a new instance.
0
votes
1 answer

Convert Azure Web App MySql implementation

I created an Azure Web app with MySql in-app as database. In hindsight that was the wrong choice. I'd now like to convert to ClearDB. Is there a way to convert my web app for that or do I have to start over? There's no need to migrate the…
Koen
  • 3,626
  • 1
  • 34
  • 55
0
votes
1 answer

Bluemix CLI Joomla 3.8 installation final steps

I am installing Joomla 3.8 for a demo purpose on Bluemix, through Cloud Foundy - cf push, And the URL is : https://joomlacloud.eu-gb.mybluemix.net/installation/index.php# as i use ClearDb as external database, the new security tool since joomla…
bienenf
  • 11
  • 1