Collections:
Connecting to MySQL Server on a Specific Port in MySQL
How To Connect to MySQL Server on a Different Port in MySQL?
✍: FYIcenter.com
If your MySQL server is listening on port number different than 3306, you need to specify "--port=portNumber" option to any client program that needs to connect to the server. The tutorial exercise shows you how to connect "mysql" to start the server to listen to a different port number:
\mysql\bin\mysql -u root -pretneciyf --port=8888 test Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.0.24 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
⇒ PHP Connections and Query Execution for MySQL
⇐ Running MySQL Server on a Specific Port in MySQL
2017-11-25, 2560🔥, 0💬
Popular Posts:
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
How To Calculate Age in Days, Hours and Minutes in SQL Server Transact-SQL? On many Web sites, news ...
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...