Answer Posted / saket bharti
Default Port is 3306.
If you want to check the port no just type status on the
MySql command prompt. It would display all the server
details along with the Port no.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is blob and text in mysql?
What is difference between oracle sql and mysql?
Can I install mysql on mac?
What is mysql protocol?
How do I know if mysql is running on windows?
Why is the basic difference between left join, right join and inner join?
Is mysql free download?
How to check server status with 'mysqladmin'?
What is the use of mysqli_fetch_array?
How to get the number of rows selected or affected by a sql statement?
How we can get distinct columns values in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
How to do login in mysql with unix shell.
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is the use of concat() in mysql?