Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ado 8 posts 77 karma points
    Dec 27, 2015 @ 01:41
    Ado
    0

    Can't connect to MySQL DB through Umbraco Install

    So I can't connect to my azure MySQL database to install umbraco. The umbraco files are already on my azure web app. When I try the same settings to test db connection in Visual studio, it works fine.

    Picture from my site on azure, shows I can't connect to MySQL db enter image description here

    Picture from Visual studio showing that the same settings work fine enter image description here

    I tried copying the custom string from azure and pasting it in the umbraco install but that doesnt work either.

  • Charles Afford 1163 posts 1709 karma points
    Dec 28, 2015 @ 15:53
    Charles Afford
    0

    Hi where are you connecting from in the Screen Shot? The same machine?

    Could you try an random database name?

    I wonder if it because the database is already in use of has data in it?

  • Ado 8 posts 77 karma points
    Dec 28, 2015 @ 20:44
    Ado
    0

    If you're asking if both screenshots are from the same machine, then yes.

    The database was freshly created in azure, I dont think theres data in it, but even if there was it should still be able to connect and start installing

  • Charles Afford 1163 posts 1709 karma points
    Dec 28, 2015 @ 21:22
    Charles Afford
    0

    It should yes, but I have seen it before. Not sure off the top of my head what it could be. All the connection string are the same. While you can connect to the database do you have permissions to create, update, delete. Could you run some SQL in an app to test this is visual studio. I figure that user does not have the correct permissions?

  • Pradip 24 posts 116 karma points
    Dec 30, 2015 @ 13:25
    Pradip
    0

    Hello,

    Please refer the below links. It will helps you :

    https://uskinned.net/guides/how-to-install-umbraco-7-on-azure/

    https://msdn.microsoft.com/en-us/hh551143.aspx

    Regards, Pradip

  • Vighnesh 4 posts 74 karma points
    Jun 02, 2016 @ 06:49
    Vighnesh
    0

    Hi All,

    I had facing the same issue..

    I went to connect with my server so I had find the solution as below:

    1. Choose the last option "Custom connection string" from Database Type.

    2. Write Server=your mysql server name; Port=3306(default of MySql); Database=your database name;Uid=your server username;Pwd=your server password in connection string box.

    3. Click on Continue.

    It will accept the above steps and continue for the next installations.

    Regards,

    Vighnesh

Please Sign in or register to post replies

Write your reply to:

Draft