I have question how to scaling mysql service because I make deployment from here: https://juju.ubuntu.com/docs/user-tutorial.html
And I have wordpress and mysql related but is there possible to scale only mysql? When I add-unit mysql I recieve another mysql database instead.
And is there possible to write charm where nodes will be share performance?
MySQL is one of the most popular open source Relation Database Management System (RDBMS), used very widely developing database based Applications – it’s specifically very popular in web development (The blog – you’re reading right now, is based on wordpress, which also uses MySQL databases for storing contents such as post, category, comments, and other meta data).
In my application I have created a dynamic view(based on user input adding textview/imageview) in main.xml. In the application there is also an option of creating multiple such independent views(i.e pages). But i want to save the previous instance of the view and create a new in view in main.xml. How do i achieve this so that user can choose whichever view to display or edit.
We are trying to develop back end for an android application. We realise that we have to develop a http client , database management system and a web server . Our options for the web server are PHP, python and ruby on rails . Our options for the dbms are Raik , MySQL , postgre sql .
We are trying to handle specific data for each user of our app. The database has to be scalable (flexible) .
I am building application that consists of two main parts:
Web application with rest API.
Mobile application(android, iPhone).
Web application has database that stores data about users (like posts, events and similar).
Mobile application uses web application's rest api to access that data, but to do that I need some kind of authentication (user must authenticate itself in order to access/mod
Here is the stack that we plan to use for our XMPP based application.
Server- ejabberd
Business Logic - Python
Here are the questions: We want to persist data in an external database. Data including JIDs of users. I read that it is possible to configure ejabberd to store and use JIDs from external database.
I'm currently running Fedora 17 and am considering running Postgresql as a database server. In looking over the install of postgres I notice that it is installed in /var/lib and the database data is kept there also. Why is the postgres user and the database data not kept somewhere that is not so intergrated into the OS.
Well I have created a android application for online shopping.Finished with the coding part and the application is up and running.Since gathering the data for all the items is a tedious task I managed to store the data locally and therby get the application running.
I now want to create a cloud database of atleast 100 items or perhaps have a webapp which pushes the data to the application.PLease
I have to develop one android application.here i have to update the data in mysql database using android code.how can i update the data.
here i have to update the firstname and lastname means the old data is display from mysql database and edit that old data and insert the new data means the new data is updated on mysql database here.here i have to enter the data means that data is updated on mys