Xeround provides a cloud database service for applications based on the open source edition of the MySQL database.
-1
votes
1answer
44 views
Which cloud service/solution do I need for large simple data? [closed]
Can someone please help me find the right cloud solution for our new business venture.
We have a feed of data that needs to be stored on a database. The data is not complex and can probably be saved ...
0
votes
1answer
35 views
RDS Connection String in PHP
I'm frantically beginning the move from Xeround to Amazon RDS. I've been unable to connect to RDS via PHP. I've tried a number of variations of the following:
$connection = ...
0
votes
3answers
161 views
Xeround Discontinuing - 2 weeks to find an alternative [closed]
Xeround have just informed me that they are discontinuing their public cloud offering and given us 2 weeks to migrate. Our system went live less than 2 months ago and I am now in a panic.
Can anyone ...
0
votes
0answers
202 views
Xeround closing - can anybody recommend an alternative? [closed]
Tonight we received a message from Xeround with the following:
"ACTION REQUIRED: Discontinuing of Xeround Cloud Database Service, blah, blah advising us to export all DBs by 15th May 2013, apologies ...
0
votes
0answers
11 views
Xeround is there a way to close all connections?
Hello everyone is there a way to close all connections or some of them in xeround database?
I am working with the free version to evaluate the service but very often run into a too many connections ...
1
vote
1answer
47 views
Xeround Reliability
I recently scaled up my application which uses a C#/.NET front-end and PHP scripts as web-crawlers as a back-end. Both sides of my application interact with a Xeround MySQL database (I am currently ...
4
votes
1answer
112 views
Records getting deleted from Mysql table automatically
I have created a cronjob in Python. The purpose is to insert data into a table from another one based on certain conditions. There is more than 65000 record to be inserted.
I have executed the ...
0
votes
1answer
56 views
An attempt to update a NOT NULL var char field sets the field to an empty string rather than failing. Is this correct behaviour
I would have expected this to fail, but instead it wipes the existing data and replaces it with an empty string. Is this correct behaviour? If it is, is there a work around to force an error instead
...
1
vote
0answers
95 views
Wordpress on Heroku and localhost with different databases: Can't log in to Heroku WP dashboard
As the (long) title suggest, I have a Wordpress blog that is running on localhost for development and Heroku for production. I modified the wp-config file so that when the site is on localhost, it ...
3
votes
1answer
104 views
Fast Left Joins
I recently switched from using a local MySQL instance to using a Xeround MySQL instance for my C# application. As such, I've noticed that queries run much more slowly. I'm currently running a left ...
0
votes
1answer
172 views
Xeround - Connecting to Database with PHP
I am having issues connecting to my Xeround database through php. I have successfully connected using JDBC in java, but I'm trying to do it from my website and it is not working.
Here is the php ...
0
votes
1answer
56 views
MySQL Not Operator
I'm in the process of migrating a locally hosted MySQL database over to a cloud based MySQL database using Xeround. I'm running a test script that uses a left join to form a table and then runs two ...
0
votes
0answers
148 views
Xeround MySQL Cloud Database Backend Connection Refused with Heroku but connects with MySQL WorkBench 5.2
I've a WordPress Blog Website running on a Heroku Cloud Web-space (Stack - Cedar) whose back-end is at Xeround Cloud MySQL Database (10 MB free DB Plan, only 1 MB used till now). Every thing was well ...
0
votes
1answer
199 views
connecting a C# application to Xeround cloud Database
Hello I am trying to connect my c# application I used this code I found on net but it doest seem to work here is the code
SqlConnection myConnection = new SqlConnection("user id=ayoya;" +
...
0
votes
1answer
80 views
Uploading big SQL dumps to Xeround MySQL Database
I have an SQL dumb of my MySQL DB. its around 33MB and after compressing the zip archive is around 6MB. Still its too big for upload. phpMyAdmin interface of Xeround wont let me import this big file.
...
1
vote
2answers
181 views
Using Ruby and XEROUND on Heroku
First I would like to know if anyone has successfully built a Ruby on Rails application on Heroku using the XEROUND Add-on?
My PHP app works fine with the XEROUND Add-on (same database).
My Ruby ...
1
vote
2answers
352 views
Error “Failed to establish a database connection” in Google Docs Spreadsheet
I am using xeround for a MySQL database and for the past year I've been connecting to it with Google Apps Script in a Google Docs Spreadsheet. Now all of a sudden it is not connecting. I've checked ...
1
vote
2answers
109 views
How to Concatenate Strings in MySQL (xeround)
I'm in a Stored Procedure, and I need to concatenate 3 parameters PLUS a static string to create a unique ID for a table.
So the SP has, let's say, p1, p2 and p3 as varchar parameters, and I want to ...
0
votes
1answer
224 views
Rackspace Cloud Database and Xeround difference
I use Rackspace Cloud Servers. I run own mySQL instance there and now I see that Rackspace offers also Cloud Database product. Where is an advantage to use it against the situation I manage mysql ...
0
votes
1answer
124 views
using xeround, heroku, php
I am trying to develop a PHP app in heroku using php....
I have done adding up the add on using the link - https://devcenter.heroku.com/articles/xeround#connecting-to-xeround.
Now, I was trying to ...
0
votes
2answers
533 views
How to access Xeround's database remotely by using php? Is it possible to show on localhost?
I am new to Php and Xeround Stuff.. I want to make a database remotely, for that I am using Xeround Services, Now I want to make a php file on my system and want to access the database made on ...
1
vote
2answers
172 views
how to limit ActiveRecord database connections across multiple proceses
when using a DBaaS (database as a service) such as Xeround with a Rails app hosted on EC2 instances, how is it possible to limit the number of concurrent connections to the database (according to the ...
2
votes
1answer
238 views
Proxy setting for Connecting to Xeround Database
I am trying to connect to Xeround Database fro inside my office but i cant connection it says connection link error but when i try to connect to it from home it works fine.I am not able to debug this ...
1
vote
1answer
192 views
How to use Django 1.4 with Xeround?
According to Xeround's Release Notes they don't support save points and I can't figure out how to turn off support for this in Django 1.4. Does anyone know how to accomplish this?
3
votes
2answers
1k views
Xeround vs ClearDB hosted MySQL pros and cons?
We are currently on RDS for hosted MySQL but are considering moving to one of the fault tolerant MySQL addons for heroku. The two main ones seem to be xeround and ClearDB, but I'm having a hard time ...
0
votes
1answer
254 views
Database mirroring on Rackspace or Xeround
I´m running 2 servers on Rackspace. I have set up a load balancer that balances the traffic between these two servers.
Each of these servers runs a Glassfish v3 server with a Java EE application on ...
2
votes
1answer
407 views
How do I force Xeround to close all connections?
I was experimenting with SQLAlchemy on Xeround:
>>> from sqlalchemy import create_engine
>>> engine = create_engine("mysql://user:pass@instance0000.db.xeround.com.:1234/app000000")
...
2
votes
1answer
420 views
Same MySQL Query Returning Different Results on Same Server
I am running the following query. Sometimes it returns around 100 records, as expected, other times is returns only one record with NULL for all of the values of the joined fields. Also, explain ...
0
votes
1answer
133 views
Why does whitespace affect MySQL Left Join and return NULL values?
I am having an odd issue and need some help determining the cause. So far, I have only been able to observe the symptoms. What it "seems" is happening is that MySQL is executing the query different ...
1
vote
1answer
550 views
Heroku app with Xeround DB, how to configure?
I’m trying to setup a Heroku app but using a Xeround DB. The instructions I have found are a bit confusing:
http://xeround.com/developers/heroku-cloud-database-mysql/
I'm trying to follow the second ...
8
votes
4answers
2k views
Should we use RDS or Xeround?
We use Amazon S3 and CDN. Our app runs on Heroku. We are thinking of using a DBaaS like RDS or Xeround.
Because we are already using S3 and CDN from Amazon, should we use RDS? Since all technologies ...