Skip to content
NEOPHYTE
The expert in anything was once a beginner

Tag: MySQL

May 6, 2020

How to connect to my MySQL Database server using command line

You can connect to your MySQL/MariaDB database server using the mysql command line. The syntax is: mysql -u user_name -h mysql_server_ip_address_here -p db_name_here jose@zennewlife:~$ mysql -u funxxxx_root -h webhostingxxxxx -p funxxx_rootEnter password:Welcome to the MySQL…

Powered by WordPress | Theme: Write by Themegraphy