Created
November 21, 2014 14:40
-
-
Save jdonson/4ffaa7746eb3cfe0f6fd to your computer and use it in GitHub Desktop.
our first gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> CREATE SCHEMA schems_2014 | |
CHARACTER SET utf8 | |
COLLATE utf8_general; | |
mysql> use schems_2014 | |
mysql> CREATE TABLE inventory ( | |
inv_id ... | |
); | |
mysql> CREATE TABLE io_obs ( | |
obs_id ... | |
); | |
mysql> INSERT INTO io_stats VALUES ( ... ); | |
mysql> CREATE TABLE io_stats ( | |
stats_id ... | |
); | |
mysql> CREATE TABLE projects ( | |
project_id ... | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is good timing that I explain gcc tools + hello world + databases + web servers....
Linux is at the ground floor of the LAMP stack, and all depends upon linux:
With this hands-on grasp of the LAMP stack, git will make WAY more sense! :)
In order to help you make $$ with logical and physical relational database technology:
0. ensure gcc tools are installed in OS X
to dbadmin on schema(s) with grant options.
EXAMPLES OF SOFTWARE SPEC DIAGRAMS =>
TESTS ARE THE CONNECTIVE TISSUE THAT HELP THESE THREE LAYERS CONVERGE!