Search results

  1. T

    mySql trigger and SUPER Privilige

    I am trying to add a trigger to my mySQL DB, but whether I try it from phpMyAdmin or programatically from C# in my web site, I allways get the error: Access denied; you need the SUPER privilege for this operation All the users I have created have full priviliges, and I use the same user fro...
  2. T

    Is this a mono bug?

    I have found a small problem which I am assuming is a bug in Mono - but I am not certain that is where the problem is. I can replicate it in a tiny .aspx file, and I have a workaround but I just want to be sure that mono is responsible. This code works fine ASP.NET / winXP / IE, does not work...
  3. T

    Email, ASP.NET amd authentication

    I have set up a system where registration and login are required, and as part of teh registration process I confirm Email addresses by sending a message containing an authorization code - all pretty standard stuff. The problem is that the only way I have found to send the email needs my cpanel...
  4. T

    mySQL startup

    mySQL startup [Solved] My bad: I assumed "remote access" was for paid access only. Changing "localhost" in the connection string to "mysql.x10hosting.com" worked like a charm. Working connection string: "server=mysql.x10hosting.com;user...
  5. T

    I'm an idiot, but... mySQL with c#

    I know it's probably simple, but it's driving me round the bend. I have created and populated a db using phpmyadmin, and created a local copy for testing. I have created a web.config file in the root of public_html: <?xml version="1.0" ?> <configuration> <appSettings /> <connectionStrings />...
Top