Jump to content

MySQL modules crashes server


churchill

Recommended Posts

I'm sure someone told me this but I can't remember who. basically when i try to connect to a mysql server (localhost, running on vista), from my local MTA server, the server crashes. Note that this is using the MySQL module, and not the MTA-MySQL Module, because I couldn't find a working download link for that one.

Any ideas on what's going on ? I'm trying to connect using the root user, which I've been able to do via the mysql query browser, but not from MTA.

db = mysqlCreate() 
    mysqlOpen (db, "functionToCallonCompletion", "localhost", "root", "[mypassword]", "[mySchemaName]", 3306) 

I even tried turning on mySql logs to see if I can get info but it doesn't appear to be connecting at all?

I wonder if it's due to soem kind of firewall or vista's weird permissions that stops MTA connecting to MySQL and needs something amended to make it work?

I wonder if mta-mysql would be any better, but I can't get a working link for that anywhere :(

Link to comment

cheers Ace, just tried the mta-mysql module and that appears to work fine with the same details, so I wonder why that other module isn't quite doing what it's supposed to.

Someone has told me though that they've seen the server freeze when doing queries using the mta-mysql module, so I had hoped to test this using the other module to see if it was any better, but I guess it's not to bed.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...