Run MySQL Without Installation

Home Forums Tech Windows Run MySQL Without Installation

This topic contains 0 replies, has 1 voice, and was last updated by  dFrank 13 years, 1 month ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2292

    dFrank
    Participant

    With PHP you only need to add one line to IIS Module Mapping for it to start working.

    With MySQL you have two options.

    You either need to include it in your PATH, or add a service into registry. Let’s try both ways.

    (01) To add a new element to your PATH, use advanced system properties.

    (02) Second way is a good choice,if you have access to a very similar MySQL install with the same paths. You can Export HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesMySQL and merge back into your target instance.

    You have to restart for the service to appear in the list. It already will be started

    You are ready to go now.

    .

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.