What?s the default port for MySQL Server?

Answer Posted / joe

Default Port Value is 3306,

If you want to verify this one means ,install the sqlyog
software then you open it you got this result.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I change global variables in mysql?

465


What is a longblob?

495


Is mysql relational database?

465


How to rename an existing table in mysql?

527


What are the types of database engines available in mysql?

467






What is the latest mysql?

467


How can we encrypt and decrypt a data presented in a table using mysql?

542


What is mysql database server?

479


How can I see mysql database?

471


Can we store pdf files in mysql?

464


How do I restore a database in mysql workbench?

483


How do I zip a file in mysql?

534


What is the default port for mysql and how it can change?

516


Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END

1148


Why we use mysql workbench?

463