Skip to content

ayarabih/Project-build-your-application-with-Django-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-build-your-application-with-Django-

image

image

#Install Python 3

  1. sudo apt update
  2. sudo apt install software-properties-common
  3. sudo add-apt-repository ppa:deadsnakes/ppa
  4. sudo apt update
  5. sudo apt install python3.8
  6. python --version we will Installing MySQL on Ubuntu
  7. sudo apt update
  8. sudo apt upgrade
  9. sudo apt install mysql-server
  10. mysql --version

#Installing MySQL on Ubuntu: Configure the MySQL Installation

  1. sudo mysql_secure_installation
  2. you will chose your level security There are three levels of password validation policy: LOW Length >= 8 MEDIUM Length >= 8, numeric, mixed case, and special characters STRONG Length >= 8, numeric, mixed case, special characters and dictionary file Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG:2 Please set the password for root here.
  3. New password: Re-enter new password:
  4. Estimated strength of the password: 100 5 )Do you wish to continue with the password provided? (Press y|Y for Yes, any other key for No) : Y
    6 )sudo mysql 7) CREATE USER 'ayarabih'@'localhost' IDENTIFIED by '*******';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published