Our Score
Click to rate this post!
In this tutorial we are going to learn how to configure Mysql server in kali linux
If you want to learn how to configure mysql server in kali linux then just follow these simple steps
Step-1 Firstly open your linux system and login with the root in your kali linux machine and then open the terminal
Step-2 after open the terminal now its time to configure mysql server in kali linux if you want configure mysql server in kali linux then you have to run this simple commands
Here is the command you can see
root@kali :~# service mysql start root@kali :~# service mysql status
now we have to see the database in mysql server
So here is the command to see the database
root@kali :~# mysql -u root {After this now run the command to see the database show databases;} mariaDB [ (none)]> mariaDB [ (none)]> show databases;
now if you want to get out from this then run this simple command
mariaDB [ (none)]> /h {for help} mariaDB [ (none)]> /q
This is all how to configure mysql server in kali linux
If you learn something about from this post then make sure you like this post and follow my website to learn some intresting topic about the kali linux,website desining,windows,virtualization,cyber security and much more intresting topics.