User Tag List

Results 1 to 3 of 3

Thread: MySQL and MMF2

  1. #1
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MySQL and MMF2

    I was just wondering whether or not there is an extension or some way of retrieving data from a MySQL database, other than having to use MooSock to connect to a PHP page.

    Just, MooSock is really not working for me - sometimes it doesn't connect, sometimes it doesn't give the correct output and sometimes it just times out and it's quite annoying..

    I heard there was an extension that can directly connect to a MySQL database and easily give you the data you want - but I can't seem to figure it out.

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: MySQL and MMF2

    The main problem is -- 99.99% of webhost do not allow remote connections to a mySQL server -- You need to use a script to do the work back and forth from the database. This means you need to use MooSock or some sort of socket extension or ActiveX control.

    So does your host run mySQL in an insecure fashion so you can remote connect or is it "localhost" connections only. That would be the first thing to determine before looking for a direct mySQL connector.

    MOOSock works fine for communication with a mySQL thru a PHP script in my past experience. Are you sure its not a problem on the server that is causing the problems?

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MySQL and MMF2

    Quite sure - I have been using MooSock for the last year or so, trying to do login systems mainly - and sometimes I have to restart the frame because MooSock won't retrieve the data successfully.

Similar Threads

  1. Connecter une BDD MYSQL à une appli MMF2
    By Cory in forum Multimedia Fusion 2 - Technical Support
    Replies: 24
    Last Post: 14th June 2016, 12:30 PM
  2. ASP.NET to access a mySQL database from MMF2?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th September 2010, 08:26 PM
  3. MySQL?
    By Pegasus_Seiya in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 16th February 2010, 02:20 PM
  4. MySQL?
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 27th January 2007, 05:07 PM

Posting Permissions

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