https://dev.mysql.com/downloads/mysql/ Download TAR option
- Unpack TAR
- Create
datadirectory in exploded root - Initialize -
mysqld --initialize - Check for line and make note of root password
https://dev.mysql.com/downloads/mysql/ Download TAR option
data directory in exploded rootmysqld --initialize
git init on local foldergit remote add origin [email protected]:arvindgs/kinesisdemo.gitgit branch --set-upstream-to=origin/master mastergit add .git commit -m "Initial commit"git push