Can you save your connection settings to a conf file?

Answer Posted / guest

Yes, and name it ~/.my.conf. You might want to change the
permissions on the file to 600, so that it?s not readable
by others

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use rank function in mysql?

466


Explain the difference between primary key and candidate key in mysql?

506


Is mysql free software?

490


What is ndb in mysql?

515


How to load data files into tables with 'mysqlimport'?

469






How do I find the size of a mysql database?

473


What is mvcc in mysql?

522


What is view in mysql?

519


How can I see all mysql databases?

406


Can a table have multiple primary keys?

477


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


How do I install mysql on windows 10 64 bit?

461


How to calculate expressions with sql statements?

488


What are the different mysql database engines?

525


How do I use mysql?

479