A relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.

learn more… | top users | synonyms

0
votes
1answer
176 views

Google spreadsheet connect with database and fetch data to cells

I have been wondering about this for a while. We are using those google spreadsheet a lot with my colleagues and the thing is that we always have to write down data that we already have in our MySQL ...
3
votes
1answer
86 views

Is there any SQL Online tool for assesment and validating code

I need a online tool for validating SQL code. Assesment quetions will be given the person writes code for it and submit. I need to validate the code and generate report. Is there any tool for doing ...
0
votes
0answers
52 views

How to link or integrate a new WordPress contact form on a new site to a ColdFusion email processing application? [closed]

A site is being upgraded from a static site to the PHP WordPress platform. Looking for the best way to integrate an existing email form processing script (which uses ColdFusion) on a static site using ...
0
votes
0answers
45 views

What’s wrong with my SQL command? [closed]

I want all the names of the user who has booked them 10 days before the current date. (There are multiple entries for a single user that's why I’m using the GROUP BY command.) Please let me know if ...
1
vote
0answers
132 views

Connecting to remote mysql showing error [closed]

I am trying to access my hosted remote mysql database from the local PC. In CPanel I give permission to IP Addresses as "%" which meant to accept the request from any location. However, when I try to ...
1
vote
2answers
654 views

Knowledge-tree alternative for document management self hosted apps?

Is there knowledge-tree document management alternative based on php and MySQL for self-hosted Knowledge management apps?
5
votes
2answers
1k views

Is it possible to see recent activity on a MySQL Database using PHPMyAdmin?

I've used this tool to manage MySQL databases on several hosting sites. Does anyone know how to do this?
2
votes
1answer
176 views

Online forum software or services

What forum software is out there? I've used PhpBB in the past, but that was a long time ago and I'm guessing there might be better stuff out there. My requirements are: registration required to ...
3
votes
2answers
222 views

Is it possible for Wordpress to get user information from an existing, non-MySQL database?

I'm considering installing Wordpress at example.com/blog. However, example.com functions mainly as a forum/bulletin board, and thus has a user database. I'd like users of example.com to be able to ...