an open source relational database management system.

learn more… | top users | synonyms

1
vote
1answer
185 views

cloud raspberry pi

Basically, on the cloud, I want to execute a query and then take/emit result of the evaluation. To simplicity, I want use raspberry Pi as cloud server which stores database tables and can execute ...
1
vote
1answer
176 views

Installing PhpMyAdmin in conjunction with Nginx

I've got MySQL and Nginx installed on my raspberry pi, but I can't seem to find a guide that explains how I would install phpmyadmin with nginx on my raspberry pi, and be able to access it through ...
2
votes
3answers
170 views

How can I share data between a network of Arduino and Raspberry Pi temperature monitoring stations?

I am planning on doing an internet connected temperature monitor (among other data) at multiple locations. At two of the locations I want to use a Raspberry Pi to display the information. The ...
0
votes
2answers
498 views

Failed MySql install (raspbian)

I finally got a Raspberry Pi for Christmas and decided to set it up as a home web server. I have nginx with php setup and working. I came to install mysql and ran sudo apt-get install mysql-server. ...
12
votes
1answer
928 views

Is there an alternative to MySQL?

I'd like a lightweight database for my lightweight RaspPi. MySQL seems a bit of overkill and involves too much administration. I'll need one with a perl API.
3
votes
2answers
3k views

How do I install MySQL?

I cannot find any guides on how to install MySQL on a Raspberry Pi running Occidentalis 0.2; Occidentalis is a Raspbian derivative. I cannot use apt-get to install it even after running apt-get ...