database connection string

Discussion in 'Databases' started by winhoau, Jul 28, 2012.

  1. Hi,
    my connection to my database does not seem to be working.
    I down loaded version 6.5.4 mysql connector and copied v4.0 of Mysql.Data.dll and Mysql.Web.dll into mysql bin and uploaded the bin into my webspace. I then made my connection string and on testing my feedback form I got an error message.

    I wonder what I have left out.

    I will appreciate any contributions.

    Cheers.

    Winhoau
     
  2. MySQL cannot be accessed when deployed

    I also had the same problem. When im using my dev, I can access my tables in mysql db, but when I deploy my app, i always get

    Request for the permission of type 'System.Security.Permissions.SecurityPermission,mscorlib, Version 4.0.0.0, ....

    PublicKeyToken= .... failed. On (Datehere)


    But this works when on DEV?
     
  3. ComputerMan

    ComputerMan Winhost Staff

    Last edited by a moderator: Oct 14, 2015

Share This Page