Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 406 Bytes

File metadata and controls

18 lines (12 loc) · 406 Bytes

MySQL

  • Install XAMPP Server

    xPWD=$PWD && sudo rm -rf MySQL && sudo apt install git -y && cd ~ && git clone https://github.com/ShivaShirsath/MySQL.git && sudo chmod +x MySQL/install && bash MySQL/install && cd $xPWD 
  • Start MySQL Server with CLI

    start-MySQL
  • Stop Server

    quit Or exit Or \q

  • Commands.md