Explore >> Select a destination


You are here

jaketrent.com
| | helifromfinland.blog
9.8 parsecs away

Travel
| | I have entered the descriptions in Data Modeler (Comments in RDBMS), for tables and columns, to be implemented in the database but when I generate the DDL the comments are not there. What am I doing wrong? Remember the Preferences? That's the answer again. Go to Tools, Preferences. Select Data Modeler, DDL and enable Generate...
| | www.claudiokuenzler.com
14.0 parsecs away

Travel
| | An attempted database schema upgrade, required for upgrading old PowerDNS installations, failed due to a MySQL error.
| | ntdln.com
14.2 parsecs away

Travel
| | Here's another DreamHost tip, this time for using mysqldump to export a MySQL database. You could always use phpMyAdmin to export a database, but there are times when the mysqldump command is eithe...
| | 128bit.io
74.7 parsecs away

Travel
| Ok, lets start with something easy! :) What are SSH keys: SSH keys are a way to allow someone access to a user on another system without the need for a password. This is done with 2 key files one that is public and the other private. This is called "Public-key cryptography". The public key will be sent to the server that you want to connect to and the private will stay on your local (orclient) system.