Questions tagged [xeround]

Xeround provides a cloud database service for applications based on the open source edition of the MySQL database.

28 questions
0
votes
1 answer

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 it, that offers a web interface to write some data…
Reshi
  • 799
  • 4
  • 15
  • 32
0
votes
1 answer

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 based on whether or not I have a newline…
Jonathan
  • 5,495
  • 4
  • 38
  • 53
0
votes
1 answer

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 = @mysql_connect('host:port','uname','password') Nothing seems to go through.…
user1120540
  • 121
  • 1
  • 8
0
votes
3 answers

Xeround Discontinuing - 2 weeks to find an alternative

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 recommend an alternative that is likely to be…
Dee Lindesay
  • 285
  • 2
  • 9
0
votes
1 answer

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 Eg CREATE TABLE testtable (columna…
Dee Lindesay
  • 285
  • 2
  • 9
0
votes
1 answer

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 code, it's pretty simple.
GSUgambit
  • 4,459
  • 6
  • 25
  • 31
0
votes
1 answer

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 select statements --one where the VAL and KVAL…
user1120540
  • 121
  • 1
  • 8
0
votes
0 answers

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 configured & running well from 2 days, until when…
abhishek-23
  • 496
  • 3
  • 5
  • 15
0
votes
1 answer

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;" + "password=12333;" + …
Aya Abdelsalam
  • 502
  • 3
  • 8
  • 21
0
votes
1 answer

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. How should I proceed ? I am on a mac, what…
shivam
  • 1
  • 2
0
votes
1 answer

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 directly on Cloud Server? And the second question is…
Jakub Mach
  • 1,109
  • 3
  • 10
  • 19
0
votes
1 answer

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 query the the database yung just a simple query…
goryo
  • 26
  • 6
0
votes
2 answers

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 xeround.. Its help says we can do it using :
1
2