Database

Database

1
5
4

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
3726