/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hyperborea.org
| | www.linuxforfreshers.com
2.7 parsecs away

Travel
| | How to dump the database with triggers and procedures? MySQL Dump/Restore Stored Procedures and Triggers?
| | xplus3.net
1.9 parsecs away

Travel
| | If you have triggers or views in a MySQL database, a dump of that database will have clauses like:
| | callihandata.com
3.0 parsecs away

Travel
| | The MySQL keyring plugin is a built-in plugin that can be used for encrypting data at rest and protecting sensitive information. Let's step through an example demonstrating what's visible in a file before and after encrypting data with the keyring plugin. Open for Business Using the sakila sample MySQL database, let's focus on the actor...
| | my-it-notes.com
26.6 parsecs away

Travel
| Databases - how they work under the hood?Key takeaways from brilliant book "Designing data intensive application" - to quickly recap core concepts. DB engines classifications Type of load: OLTP (transaction processing) vs OLAP (data warehousing and analytics) Relational vs NoSQL, document vs columnar, graph vs triple-store (semantic facts storage) Even within NoSQL camp you can ...