MySQL

MySQL

2
4
3

How can I use MySQL command with a custom port number?

Asked by Iqbal ·
I have configured my MySQL database to utilize TCP port 3307 instead of the default 3306. I am attempting to use the mysqldump command with the following syntax: mysqldump -u root (...)
1
2
3941

How to install mysql-server in the Ubuntu server using shell script without being asked any configuration questions?

Asked by pehow ·
I am trying to install mysql-server in Ubuntu server using a shell script, when I run this command apt install -y mysql-server and during the installation I need to enter the password (...)
0
1
1832
Solved