Thread: Installing MySQL

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    465

    Installing MySQL

    I have installed MySQL with an all-in-one install for Apache, MySQL, and PHP. I get the error "Could not start MySQL service on Local Computer
    Error 1067: The process terminated unexpectedly."

    I have searched for this error quite a few times, and came up with some solutions, but sadly I don't know how to do them. I use linux a lot, but for this particular problem I'm using Windows XP. One of the suggested solutions is to give the SYSTEM user full access to the MySQL directory. If anyone could tell me how to do this it would be great.
    My computer is awesome.

  2. #2
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    right click on the mysql directory, properties, security tab, if the system object isn't in the list, add it, give it full permissions.

    Do note, I've had trouble getting those all in one installers to work right, you're much better off configuring each one yourself, and since you've done it in linux already it should be no sweat for you.
    PHP and XML
    Let's talk about SAX

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    169
    http://www.daniweb.com/techtalkforums/thread26579.html

    scroll down in that topic theres a step by step guide for apache, php, and mysql maybe theres something you looked over

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MySQL libraries
    By csonx_p in forum C++ Programming
    Replies: 6
    Last Post: 10-02-2008, 02:23 AM
  2. About C++ and MySQL or oether free database
    By xxxrugby in forum C++ Programming
    Replies: 18
    Last Post: 12-30-2005, 06:28 AM
  3. Get data from mysql and use in a system.
    By smaakage in forum Tech Board
    Replies: 3
    Last Post: 10-04-2005, 12:03 PM
  4. Get data from mysql and use in a system.
    By smaakage in forum C++ Programming
    Replies: 5
    Last Post: 10-02-2005, 01:25 PM
  5. Mysql
    By gvector1 in forum C++ Programming
    Replies: 12
    Last Post: 04-14-2003, 06:56 PM