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

Alter MySQL auto_increment with Heroku ClearDB addon

My Rails app is hosted on Heroku. I have a problem with MySQL incrementing by 10: Large Auto Increment IDs I really want to change it to 1, and I have found the SQL command for that. However, I cannot figure out how to connect to mysql via Heroku…
myfashionhub
  • 427
  • 3
  • 11
0
votes
1 answer

Migrate a self-hosted wordpress to MS Azure. Max query threshold exceeded with ClearDB

I would like to migrate a self-hosted wordpress site to Microsoft Azure. I've already done this migration job with Duplicator plugin from a server to another and everything worked well. The problem with Ms Azure is that it uses a service called…
UserK
  • 884
  • 3
  • 17
  • 40
0
votes
0 answers

heroku app - crashed on sign in

I'm trying to get my app running on Heroku. I built my program in Go. I'm using clearDB for my SQL database. Heroku displays the first page of my web app, which is a login page. However, when I enter the username and password to sign up, an…
user3918985
  • 4,278
  • 9
  • 42
  • 63
0
votes
1 answer

Heroku wordpress : mysql extension missing after update

I have a php application on heroku which runs on wordpress , I deployed it on heroku a few months ago and it was working well . Later , I updated the application on my localhost and added some plugins for wordpress and deployed it again , now it…
Siddharth Sharma
  • 1,653
  • 2
  • 19
  • 35
0
votes
1 answer

error trying to connect to cleardb

Hi again i want to connect to cleardb instance in heroku i take hostname and credentials from heroku config vars in CLEAR_DATABASE_URL but i am getting the following error ERROR 2003 (HY000): Can't connect to MySQL server on…
Mario
  • 4,784
  • 3
  • 34
  • 50
0
votes
1 answer

Determining the right database connection pool size for an application hosted on Cloudfoundry

I am in reference to this excellent article regarding sizing a database connection pool by brettwooldridge author of HikariCP. Amongst other, the article provide a formula for determining the size of one's database connection pool: connections =…
balteo
  • 23,602
  • 63
  • 219
  • 412
0
votes
2 answers

Searching a MySQL Database on ClearDB using Python script

We have built a series a forms using PHP that populate a MySQL Database and after learning more Python want to begin transitioning our whole web app over to a python back end instead of PHP. Can anyone offer a quick intro into searching a MySQL DB…
mcclaskiem
  • 394
  • 1
  • 15
0
votes
0 answers

Azure with ClearDB

I have a php project that is connected to a ClearDB database. Running it locally has no issues and is able to interact with the database. But when I push the project to azure and try to run it from the website, it does not work with the database…
0
votes
2 answers

Setting up cleardb for codeigniter on heroiku

I am using cleardb on heroku to setup a codeigniter application but I have been getting errors even though the values I have inserted were all correct. I am providing all the details of the configuration below as this is just a test app. I am also…
Bazinga777
  • 5,140
  • 13
  • 53
  • 92
0
votes
1 answer

Communications link failure; Spray.io on Heroku with ClearDB add-on

I am unable to maintain connections to my ClearDB instance. When my app first runs, I can make a request to it which accesses the DB just fine. After a minute or two, if I make the same request, I get a communications link failure. Here are the…
ShatyUT
  • 1,375
  • 2
  • 14
  • 28
0
votes
2 answers

Multiple Users Accessing Same Database Table

I am creating a Chatting Site where hundreds of users will be going to chat with each other. It is a two way chat means one user can chat with a single user only. Everything is working fine. What i am doing is storing the messages of all the users…
prolific
  • 765
  • 1
  • 6
  • 23
0
votes
1 answer

heroku production database not working

I have been trying to deploy my local app in production my Gemfile: source 'https://rubygems.org' ruby '2.0.0' gem 'pry', '0.9.12' gem 'mysql', '2.9.1' gem 'rails-api', '0.1.0' gem 'rails', '4.0.1' gem 'awesome_print', '1.1.0' group :test,…
0
votes
1 answer

Import remote sql.gz file to ClearDB database

I have a large database dump on some server, for example: http://url.to/database.sql.gz and want to import it to ClearDB. It's quite large file, and I would like to do this without downloading and uploading that file again. Note that I don't have…
jOpacic
  • 9,453
  • 12
  • 36
  • 58
-1
votes
1 answer

An error occurred in the application and your page could not be served Deploying Node.Js REST to heroku

I am new to using Heroku to deploy REST api. I have coded a REST api in Node.JS now i want to deploy this to Heroku. Please is there a step by step method i am getting this Error on Heroku Application error An error occurred in the application and…
Blaq
  • 53
  • 2
  • 10
-1
votes
2 answers

Error when importing SQL to ClearDB MySQL

I'm using MySQL. I exported my db's tables to an sql file via phpMyAdmin. I have no problems importing that file locally via phpMyAdmin, but when I try to import it to ClearDB MySQL I'm getting the following error: ERROR 1064 (42000) at line 29:…
Royi Bernthal
  • 882
  • 4
  • 17
  • 45
1 2 3
16
17