Questions tagged [database]

an organized collection of data. The term is usually also used for a database management system (DBMS), the software application that allows the user to interact with the database, including definition, creation, querying, update, and administration of databases.

63 questions
5
votes
2 answers

looking for a compiled version of postgreSQL 9.5 for rpi 2

Has anyone installed postgres 9.5, the new release on a raspberry pi? sudo apt-get install postgres installs 9.4.5 at the moment..
Clémentine
  • 353
  • 2
  • 4
  • 14
3
votes
1 answer

Which data base consume less resources?

I have a question, result that we have a Raspberry Pi with 1GB of RAM, and we need run a service of database, but we have various resources in the moment run. Now our question is, which database can consume less resources, our app, this app…
julian salas
  • 141
  • 1
  • 2
2
votes
2 answers

How to remotely access a database on the Raspberry Pi?

I installed PhpPgAdmin on the Pi and want to access its database from my laptop. If I type on my laptop's browser http://192.168.1.97/phppgadmin, 192.168.1.97 being the inet adress of my Pi, I get a message from Apache saying You don't have…
Diogo Magalhães
  • 473
  • 2
  • 4
  • 11
1
vote
0 answers

Redundant PiServer and Database

I'm running a Raspberry Pi with PiServer from which 5 Raspberry Pi clients boot over network. On the PiServer machine is also a database (mariaDB) that holds some information which is displayed on the PiServer clients. This works fine and is…
soulflyman
  • 111
  • 2
0
votes
0 answers

"Error establishing a database connection" with Wordpress and LAMP Server

I'm attempting to complete a beginner's project from raspberrypi.org's projects page. However, after following the project directions I keep receiving an "error establishing a database connection" message. I would appreciate any hints on how to…
snowka
  • 1
  • 2