Connection to MySQL db site - am I missing something?

Using W7 / CS4. I have set up a site on GoDaddy (www.wahl2wahlbounce.biz ) as well as a PHP/MySQL database, including a table with a check in it. Now, I'm trying to connect to the db site. I do not have a local test server, the PB is on the remote server. When I try to add a record to MySQL connection and click on 'Test', it fails with ' HTTP error Code 503: Service unavailable.

I have another site not hosted by GoDaddy so I tried connecting this site with the exact same db on GoDaddy by using the same information when you create the connection and it has, so it seems that there must be a setting somewhere in my GoDaddy site which is incorrect. I compared the parameters for the two sites of DW and they seem to be the same.

I deleted my cache DW and get the same result.

Could someone suggest what is the cause?

Thank you very much, I've been hitting my head against this particular wall for 4 days now!

Tony

Well, I never understand what was wrong but I fixed it by creating a new site in Dreamweaver pointing to the site under development on GoDaddy.

Tags: Dreamweaver

Similar Questions

  • Trying to connect to a Web site, the following message displays error Impossible to connect to the database from the database. Could not connect to MySQL. It is only on a single Web site. What is c. What should I do?

    Could not connect to MySQL

    1. it sounds like a problem on server-side (which means there is nothing you can do about it probably)
    2. which site?

  • How can I fix an 'Access denied' error when connecting to mySQL database to a site (I'm sure I can get...)

    Hello

    I had a search on the forums and I don't see anyone with the same problem so I apologize if this has been asked before.

    I need to connect a database to a Web site so that members can register and save it to some pages (not all pages - only a 'members only' section).

    I created the database, tested and it works very well (I used XAMMP/PHPmyAdmin).

    In DreamWeaver CS6, I chose the type of document from the page (PHP) and set up the testing server. If I go to site Configuration > server for the site and click on test, it connects successfully. Note that the test server is hosted at the University, that I work - there is a password required, but I entered it on the test set up server and it seems connects very well, as I get the message successfully at this stage.

    When I go to connect the mySQL connection and select the database I get the error "access is denied. The file exists may not, or there could be a permission problem. Make sure you have permission on the server and the server is properly configured. »

    Any ideas? It's driving me crazy!

    I understand that after several unsuccessful searches on Google, so I post the solution here for someone else with the same question that could end up here.

    If you configure your test server in the inetpub/wwwroot/folder then Dreamweaver cannot make changes (such as adding files) unless you are running as an administrator, so it occurred to me that maybe the database connections are also affected.  Of course, as soon as I leave Dreamweaver and restarted as an administrator, I was able to connect to the MySQL database using the databases Panel.  If you don't know how to run a program as an administrator, it is pretty easy: just right click on Dreamweaver icon and select "Run As Administrator" when you start the program.  There are a lot of tutorials out there that can give you the necessary steps for always loads a program as an administrator if you don't do right click every time.

    Version: Dreamweaver CC 2015.

  • Partially encrypted connection to the secure site (Yahoo, after the signature)

    After registration to ' fix ' (padlock) Yahoo, when I click on "mail", the icon changes to the lock for a triangle greyed with '! ' in the middle. He says that "the connection to this Web site is not completely safe because it contains unencrypted, such as images.

    Technical details: partially encrypted connection. Some parts of the page you are looking at were not encrypted before being sent over the internet. Information sent over the internet without encryption can be seen by others during transport.

    Bar shows to address: https://us-mg4.mail.yahoo.com (etc.)

    The shows of the 'Général' tab: text/html Type

    address: https

    Content - Type text/html; Charset + UTF - 8

    The cookies only 2 that I blocked for Yahoo are:

        analytics.yahoo.com
    
        ads.yahoo.com
    

    It started about 2 weeks ago, and I am at a loss to explain why this is happening after
    no problem with Yahoo not email for a while, but I see the changes to the program so am aware
    that changes have been made.

    Any suggestions will be appreciated very much.

    You can leave two preferences security.mixed_content.block * in there by default.

    I mentioned to see that you can change this behavior and can block the passive content (display), but which could cause problems on other web pages with missing images.

  • Need to connect to an https site

    Hi all

    I would like to be able to connect to an HTTPS site that returns json for me to use in an application I created. Now I used this example to help me on the logic of things: http://supportforums.blackberry.com/t5/Cascades-Development/Method-for-making-an-HTTP-style-request-...

    The problem with this example is that it connects to a simple HTTP site and when I use it for my site it returns an error: SSL handshake failed.

    Can someone help me understand what Miss me.

    Thank you for the help

    UPDATE:

    OK, so here's what I added to my code based on the solution on this post: http://supportforums.blackberry.com/t5/Native-Development/Problem-with-HTTPS-on-Simulator/td-p/17754...

    So, same code as TwitterApp Selom explain in the first link, then added after the req was made in the TwitterRequest.cpp in the getTimeline function

    QString queryUri = "https://somesite/get?username=" + username
                + "&password=" + password;
        //qDebug() << queryUri;
        QUrl url(queryUri);
        QNetworkRequest req(url);
    
        QSslConfiguration config = req.sslConfiguration();
        config.setPeerVerifyMode(QSslSocket::VerifyNone);
        config.setProtocol(QSsl::TlsV1);
        req.setSslConfiguration(config);
    
        QNetworkReply* ipReply = netManager->get(req);
        connect(ipReply, SIGNAL(finished()), this, SLOT(onTimelineReply()));
    

    So now, I don't get this error more but I have an empty listview... Is there anything other missing?

    UPDATE 2:

    OK, so I put a couple of qDebug here and there and I see that my answer is is filled with the json. Now, it does not show in my list. I will keep you updated.

    I'm going to have a chance to look through this in detail today, so I'll give you a hint where I think the problem is to see if it unlocks to you.

    I think that what I said before is OK, but not clear enough.

    You get a QVariant.   This encapsulates a BLOB.   If it's a list, you can convert it to a list (if not, you will get an empty list).  If it's a card (a bunch of pairs name / value) then you can convert it to a card; If you attempt to convert a map and it is not a card, you get an empty map.

    In your case, you get a group of pairs name / value.

    Your original code, and then said: "that convert into list, but if it is not a list gives me an empty list.

    The computer says "okey dokey.  I have a card, so here's your empty list. »

    Is that more clear?   The issue is not with JSON.  It is with the information contained in these QVariants pulling.

    Computer: "here's a thing.

    You: "what kind of thing?  (there is a method to get the type that you can turn it on)

    -or - "is this a card?   (there is a routine to check if it can be converted to a specific type)

    Is that more clear?   Allow only JSON for the moment and look at the data you received.

    Stuart

  • Setting up a test server. Getting the error "Could not connect to MySQL". Help!

    First of all, I am a rookie at this, so please excuse me for leaving out some details.  In any case, I followed David Powers "establishing an environment of PHP for Dreamweaver development" set up my test server.  I tested the timetest.php file and everything works great.  I saved my website in its entirety and extracted its contents in my folder xampp/htdocs/php_test/CIM.  'CIM' is a file that I created to hold the content of my entire site.  I get an error message when I try to access my index.php file.  When I click on 'Live View', I get 'database error: unable to connect to the database: could not connect to MySQL'.»»  My index., is a php file in xampp/htdocs/php_test/CIM/public_html/store.  I too, started with Apache and MySql running XAMPP.  What I am doing wrong?

    If your timetest.php is like this:

    This page was created at on the computer running PHP.

    So which proves that you have PHP work.  I want to talk in DW when you try to establish a database connection.  Based on your error page there is no connection to the database.  The screen I'm talking about is:

  • Firefox will not connect to any Web site. Chrome and IE work fine.

    I use Firefox as my main browser for years without any problem. A couple of days without reason apparent, is no longer connected to ANY Web site. The tab displays indefinitely 'connection '.... "with the circle of rotation. I can use IE and Chrome without any problem. I rechecked the Options-> advanced-> connection to the proxy settings and tried all options but nothing helped. I also started using the safe and still nothing. Also tried uninstalling and reinstalling several times. I'm on version 42.0

    Surely, there must be a way to debug this to understand.

    I use another firewall, so I don't know how operation windows.
    I called the big players to help you. Good luck.

    Type of topic: preferences #advanced< enter > in the address bar.

    Under Advanced, select network.
    Search for configure how Firefox connects and then press the settings button.
    If you use a proxy server, make sure that these settings are correct. If there is no
    proxy, first use No. Proxy. If there is a problem, then try Proxy system.

  • I installed the latest version of Firefox and it does not connect to any Web site. I had no problem with the previous version, I used.

    Can not connect to any Web site.

    texhusky Hello, normally these problems are caused by a security/firewall software which does not recognize and therefore blocks the new versions of firefox. If please delete all the rules of the program for firefox to your firewall and let it detect the new version of the browser again.

    Difficulty of problems connecting to websites after Firefox update

  • Not able to connect to our Web site with FF 31.0

    I have no problem connecting on other browsers. No error message. It doesn't do anything. I can connect to another system and even our QA system. I already deleted the cache. Did not help.

    Hello

    see the following Help article:
    Solve connection problems on Web sites that require a user name and password

  • How can I disable the 'security warning' - encrpted script message when I connect to a Web site using the https protocol?

    Whenever I log onto a Web site over https (including my site), I get this message:

    Although this page is encrypted, the information you entered will be sent over an unencrypted connection and could easily be read by a third party.
    Are you sure you want to continue to send this information? It is followed below with two boxes, "continue" and "Cancel".

    To connect to the Web site, I have to click "continue" whenever I connect to the Web site.
    HOW to DISABLE this message permanently?

    Firefox gives this error because the page is over HTTPS, but your form action is HTTP:

    <form action="http://eclipse69forum.com/index.php?app=core&module=global&section=login&do=process" method="post" id="login">
    

    You can change cela https?

    Edit: disabled the link

  • is it possible that I can connect on 1 Web site under multiple connections determine?

    I need to be able to be connected on 1 Web site under multiple connections for my work. I am currently using an older version of internet explore is no longer be supported and none of the more recent browsers allow me to do. Is there a way I can configure firefox to support this?

    I tried to download this but is not available for version 26.0. Is it possible to restore my firefox or just wait until they update it?

    You have 2 versions behind now - Firefox 28.0 is the latest version, with Firefox 29,0 due to be released in 6 days.

    https://wiki.Mozilla.org/RapidRelease/calendar

  • Error 1003: I get this error when you try to connect to a Web site. I have revived the iPad and was able to do, however, when I left the game I got error 1003. I tried

    Error 1003: I get this error code when I try to connect to a Web site. I have revived the iPad and was able to do, however, when I left the game I got error 1003. I tried to reconnect and automatically received this error message. This happens with all browsers on my iPad. I deleted the cookies, cache, etc, it may not always connect. Help, please.

    You can try this by using a different connection? If possible cell or another location of WiFi?

    If it goes with several browsers - it's probably your network

  • How can I activate Firefox prevented this page from automatically redirecting to another page? This unfortunate thing has now completely blocked me connect to a Web site.

    How can I disable this message blocking? "firefox prevented this page automatically redirecting to another page.
    It used to be boring, but now he has completely blocked me to connect to a Web site.

    Tools > options > advanced > general...
    then uncheck the...
    I myself have this option because I stand bad pages themselves help to redirect to who knows what. Why can't you just go sites where I click?

  • When I connect to secure Web sites (that is to say the National Bank aust) it says not a trusted site and certificate not valid?

    When I connect to secure Web sites (that is to say the National Bank aust) a message pops up saying not approved Web site and the security certificate is not valid? I can also book flights on qantas and Virgin site? Help, please. I could do all this 24 hours but now can not do something like this.

    Try to upgrade to a newer version of Firefox 3.6.x or 6.0.x.

    Your current version of Firefox 3.0.19 can exceeded SSL certificate expired.

    Also check the date and time of the clock on your computer: (double) click on the clock icon in the Windows taskbar.

  • Since the upgrade to the latest version of firefox, I don't get the padlock when it is connected to a secure site. Is this normal?

    Since the upgrade to the latest version of firefox, I don't get the padlock when it is connected to a secure site. Is this normal?

    The lock has been replaced by the site identity button, for details on use, see https://support.mozilla.com/kb/Site+Identity+Button

    If you want to add a padlock icon in the address bar, you can use the add-on locks- https://addons.mozilla.org/firefox/addon/padlock-icon/

Maybe you are looking for

  • Why some emails do not disappear while I'm writing them?

    Several times recently, I was about to send an email when he disappeared from my screen, even if the program is still open. The last time this happened I tried the back button and a message on security and the server.Anyone had a similar experience.

  • How to suggest a new feature/app to Apple?

    I know I've seen the link here in the community before, but I can't seem to find the page where I can suggest a new application or feature to Apple. I would really like to see an app available at Apple that encompasses these communities Support from

  • Satellite A100-795 - replacing hard drive

    Hello I have a Satellite A100-795 (model: PSAANE-02D00JBT).HD = Toshiba MK1237GSX HD can be read partly with recovery software (Active@undelete) and made too many bad noises.Wich SATA hard drive are possible and supported by the bios?I want to avoid

  • Satellite Pro A40 PSA45E - can be upgraded with BT module?

    I have the PSA45E-001YM-OF and write about if there is an internal space for a bluetooth device. The support site says that there is an updated driver for this machine which suggests there is a bluetooth device existing or that one can be authorized

  • stuck on 'check updates'

    at first my update of windows would not boot at all, but that has been resolved. Now if he pulls up and keeps are 'check updates' part. I tried to just let it go, but after about 4-5 hours, I finally gave up. There is no error messages or slowdowns i