SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: VISTA: can't load mysql 5.0.27 on PHP 5.2.0

  1. #1
    SitePoint Zealot phpguru's Avatar
    Join Date
    Sep 2005
    Posts
    189
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    VISTA: can't load mysql 5.0.27 on PHP 5.2.0

    i'm using Vista RTM, and so then
    my PHP module can load mysql 5.0.27.

    Apache version: 2.0.55 ( ok )
    PHP version: 5.2.0 ( unzip package - ok)
    MySQL version: 5.0.27 ( connection is ok only with cmd line )

    so, what's the problem.
    i tried with this solution:
    http://dev.mysql.com/downloads/connector/php/

    but it's take no effect.

    what's the step i have been lost?

  2. #2
    SitePoint Wizard cmuench's Avatar
    Join Date
    Jul 2005
    Location
    At my computer
    Posts
    2,251
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a mysql line from your phpinfo page?

    <?php
    phpinfo();
    ?>

  3. #3
    Twitter - @CarlBeckel busy's Avatar
    Join Date
    May 2004
    Location
    Richmond, VA, USA
    Posts
    819
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just wanted to mention that I used WAMP to set up Apache, PHP, and MySQL on Windows Vista Ultimate (64bit) and it was completely painless. I haven't really tried setting up alias directories, but the whole thing was running in less than 5 minutes and included mysql and mysqli extensions.

    Worth considering if you're having trouble.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •