
Tuesday, December 26, 2017
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
Tuesday, December 26, 2017
Computer
databases
kali linux
mysql
operating systems
0 Response to Installation of Mysql database
Comments are personally moderated by our team. Promotions are not encouraged.
Post a Comment