Mysql is a simple database which provides users to load and retrieve information. The information is stored in the form of tables and rows..
⏩Installing MySQL Database on Windows:
▶ Install mysql  database server only and select server machine as server type.
▶Now run it as service.
▶Then lauch its command line client using the following command.
        
▶Then lauch its command line client using the following command.
mysql -u root -p 🔊The
-p option is required only if a root password is defined for MySQL. Enter the password when prompted.⏩MySQL on Ubuntu and CentOS
▶Ubuntu
sudo apt-get install mysql-server
▶Centos
sudo yum install mysql-server
/etc/init.d/mysqld start.
➡📁SETTING UP SQL DATABASE USING PYTHON
 
 Posted by
Posted by 

comment 0 Comments
more_vert