Skip to content

Instantly share code, notes, and snippets.

View numoonchld's full-sized avatar
🎬

Raghavendra Saralaya numoonchld

🎬
View GitHub Profile
@numoonchld
numoonchld / PY0101EN-1-1-Types.ipynb
Created April 20, 2019 06:00
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@numoonchld
numoonchld / mySQLcheatsheet.txt
Last active August 2, 2018 17:51
LAMP Setup - mySQL CheatSheet
## Install mySQL -------------------------------
sudo mysql_secure_installation
# Login to mySQL
sudo mysql –u root –p
## Setup mySQL databases: -------------------------------
# Create Database for wordpress
CREATE DATABASE databaseName;