Skip to content

Instantly share code, notes, and snippets.

@yalla
Created September 28, 2011 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yalla/b76ab1c1a9d0ea071965 to your computer and use it in GitHub Desktop.
Save yalla/b76ab1c1a9d0ea071965 to your computer and use it in GitHub Desktop.
stackoverflow.com 960800 - DDL
CREATE DATABASE db7565497;
GRANT ALL PRIVILEGES ON db7565497.* TO 'user7565497'@'localhost' IDENTIFIED BY 'KiFeeng3';
CREATE TABLE profiles (
id int,
name varchar(4),
gender varchar(6),
PRIMARY KEY(id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment