• Archives
  • All Categories
  • All Tags

mysql

2 articles

bash comment database date datetime deluser df dictionary directory disk dmesg du file for host ip kernel len linux list log mkdir mysql nano network ping postgresql python rm rmdir route sed text editor time timestamp tmux traceroute tuple user userdel vim while
How  to Login Mysql (10 Examples)

How to Login Mysql (10 Examples)

Tuesday, Aug 20, 2024

MySQL provides different ways to connect or login. We can login MySQL via command line interface, programatically or GUI. Here are 10 examples related to logging in to a MySQL database using different methods and contexts: 1. Basic Login via Command Line The most popular way to login MySQL is using the mysql command via Linux shell. We can provide the user name with -u and password interactively with the -p option.
@ İsmail Baydan
3 minutes read
How to Restart Mysql

How to Restart Mysql

Tuesday, Aug 13, 2024

MySQL is very popular opensource database used by millions of users. After installing MySQL we can manage the database service via command line interface. There are different ways to restart MySQL database server or service. To restart MySQL in Linux, you can use one of the following methods depending on your system’s service manager (either systemd or init.d): 1. Using systemctl (for systems with systemd): The defacto command to manage MySQL database server is systemctl .
@ İsmail Baydan
4 minutes read

© 2024 Linux and Python Tutorials

🌱 Powered by Hugo with theme Dream.