8
Database not returning dataview story

http://stackoverflow.com – Hi i am writing an app which access the mysql database to retrieve some data from the database and display it in the form of a table. My problem is that the data is not displaying. This is where i am trying to access the database. public class GetDataFromDB { public String getDataFromDB() { try { HttpPost httppost; HttpClient httpclient; httpcli (HowTos)

8
Give user-creation privileges to a userview story

http://serverfault.com – I want to allow a MySQL user to create other users, who will be able to view some tables. (HowTos)

9
Monitorix 3.0.0 Beta 2 Improves MySQL Graphview story

http://news.softpedia.com – Monitorix, a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible, is now at version 3.0.0 Beta 2. Monitorix was created to be used under production UNIX/Linux servers, but due to its simplicity and small size, it can be used on embedded devices as well. Highlights of Monitorix 3.0.0 Beta 2: • Lot of improvements in the (General)

8
Issue in passing a string from one activity to anotherview story

http://stackoverflow.com – Background : I am trying to develop my first android application which is a student discussion panel. I am good with php and mysql but don't have much experience in android java. Issue: In SelectedQuestionActivity class, if i simply give the URL as http://thewbs.getfreehosting.co.uk/talky/fetchans.php?qid=3, it works just fine and it fetches the corresponding answer to the question. (HowTos)

8
Connecting Android 4.0.3 to MySQL using PHPview story

http://stackoverflow.com – Is it possible to connect Android apps to MySQL as the database using PHP. I used android 4.0.3. I want to use JSON. (HowTos)

8
Securely running LAMP under a specific userview story

http://unix.stackexchange.com – I'm setting up a sandbox type of server that will be used by a couple users as a development environment and knowledge base. The server will have a web frontend so I've installed Apache, MySQL and PHP. Out of the box, everything under /var/www is owner by root:root. I haven't run a web server in a while but I'm pretty sure this isn't the best way of doing things. (HowTos)

8
Random Wordpress...view story

http://forums.fedoraforum.org – Hey all, this is just a random one for ya to ponder if you're interested... So I have MAMP installed on my Mac so that I can locally test and modify my wordpress site. I was finished so I went ahead and moved the files to the online server. following that, I imported my database into mysql... (HowTos)

8
Android graphing from mysql with phpview story

http://stackoverflow.com – I am trying to pull data from mysql hosted on a remote server to create a line graph for an android app. I found a tutorial on how to do something similar and I'm trying implement his work which I will then extrapolate. The app comes up on my tablet but does hangs up when I click submit (which should cause the data to be pulled and graphed.) I've included the html and php files I am working with. (HowTos)

8
Can't collect data from database the correct wayview story

http://stackoverflow.com – I have the function getDistance(). The function findDistance() inside the while loop, calculates the distance between 2 users, by using coordinates (latitude-longitude), and returns to var $djson the distance in meters. $distance is a string committed by the user for first time and $user_old["distance"] is a string which is called from a database in $query. (HowTos)

8
Centos MySQL optimization 4gb ramview story

http://serverfault.com – I am using Centos 6 64bit on vps with 4gb ram. 1 wordpress website and 2 wallpapers script websites. Wordrpess have 10k visits daily. (HowTos)