How do you start MySQL on Linux?

Answer Posted / guest

/etc/init.d/mysql start .

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make a column bigger and delete unique from table.

468


Why do you think it is advised to not to use guid and character columns as clustered index arrays?

669


What is logs in mysql?

479


How do I know if mysql is installed on windows?

473


List data types in mysql? Explain

470






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

1152


How do I restore a database in mysql workbench?

485


How do I show all mysql databases?

503


What are the objects can be created using CREATE statement?

540


Write a command with which mysql table can be repaired

537


What is the use of innodb in mysql?

472


Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products

2410


How do I find the database name in mysql?

507


What are the different types of triggers in mysql?

451


What is mysqli_select_db?

512