jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / Stack Overflow · hot matching “database”

3 shown · updated 1h ago · read only
  1. Prefered Database List [closed] (stackoverflow.com)stack

    27 points by Saad Hassan in stackoverflow.com · 1h ago · stack

    Which database is prefered for websites? and why? and what about other databases? and how do we use easily connected databases with web? and is it possible for AI to connect backend with frontend also?
  2. How can I run a MySQL client through an SSH tunnel to a VPS in a single script? [closed] (stackoverflow.com)stack

    19 points by hoi in stackoverflow.com · 3h ago · stack

    I need to connect to a MySQL database on a remote Ubuntu VPS that only accepts local connections (bind-address 127.0.0.1). I want to open an SSH tunnel and run a query against the database from my local machine in one step, so I can automate backups. This is what I have tried so…
  3. How to refresh ssas cube database/table for report (stackoverflow.com)stack

    4 points by Sage in stackoverflow.com · 14y ago · stack

    The problem: My SSRS report based on my Cube is not getting the latest data from the table associated with the Cube. How do I either a) tell the report to use the latest table data, or b) delete any report cache file that might be preventing a table data refresh? Using SQLserver…