Trying to get MySQL 4.0.13-win installed on my Windows XP Pro machine and use it as a local user meaning its the PC I use and its not just a web server. I install it and it works fine untill I restart 3-4 times then the service dies right when I start it up and cant start it up everytime after this. I've gon to the error logs and nothing desciptive is given in the reason for the service dieing. any ideas on how to fix this??

Thanks in advance

P.S sorry for the double post but Thought it was fixed but thought too soon ... still have the same problem ... hope someone can help

ive tried to following

http://www.phpbuilder.com/board/showthread.php?threadid=65619&highlight=1067

http://www.phpbuilder.com/board/showthread.php?s=&postid=10363834#post103638

thanks in advance

    i'm running mysql 4.0.12 on xp pro as a service, and have no trouble, however i don't stop and restart it often, just leave it running.

    what i did to install:

    MySQL Installing on Window XP Pro

    mysql-4.0.12-win

    ran SETUP.EXE

    info: http://www.mysql.com/doc/en/NT_start.html

    at DOS prompt

    C:\mysql\bin>mysqld --install
    Service successfully installed.

    C:\mysql\bin>

    went to Control Panel > Administrative Tools > Service

    Dble click on MySql > Click "Start"

    Back to DOS window...

    C:\mysql\bin>mysql -u root mysql
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 3 to server version: 4.0.12-max-debug

    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

    mysql> update user set password=password('********')
    -> where user='root';
    Query OK, 1 row affected (0.06 sec)
    Rows matched: 2 Changed: 1 Warnings: 0

    mysql> flush privileges;
    Query OK, 0 rows affected (0.00 sec)

    mysql>

    best of luck.

      will try that when I get home from work ... Thanks 🙂

        Write a Reply...