Dreamweaver/MySQL connection

I've set up a MySQL database and PHP pages in Dreamweaver CS3, which work fine on the machine local ly. I downloaded the database on my server, and everything seems to be fine for this purpose. However, I can't connect to the remote database in Dreamweaver. I get the following error: MySQL ERROR #1045 access denied for user 'xxxxx@localhost' (password: YES)
Can anyone help point me in the right direction - not too technical if you please, I'm relatively new on this

on a shared many times server your hosting account is linked to your
Using MySQL. Something like this:

username: HostAcctUsername_MySQLUserName
or
password: HostAcctUsername_MySqlPassWord

even the name of your database can defined in this format:

Name of the database: HostAcctUsername_MySqlDataBaseName

Jeff

"nfhopmike" wrote in message
News:g3gr1p$i7l$1@forums. Macromedia.com...
> I've set up a MySQL database and PHP in Dreamweaver CS3 pages, which
> work fine on the machine local ly. I downloaded the database on my server,
> and
> everything looks good for this purpose. However, I can't seem to connect to
> the
> remote database in Dreamweaver. I get the following error message:
> MySQL
> ERROR #1045 access denied for user 'xxxxx@localhost' (password):
(> YES)
> Can anyone help point me in the right direction - not too technical
> please, I
> am relatively new on this
>

Tags: Dreamweaver

Similar Questions

  • MySQL connection does not work

    I created a php file. I also created a database with a username and password in phpMyadmin on my remote Web server. I used Dreamweaver "Manage Sites" to set up distance information and the testing server. These work well. However, when I try to set up the MySQL and test the connection, I get the message error "an unidentified error has occurred." I have many calls using the Web server and they say that I have everything set up very well. However, I still get the same error message. I have spent hours trying to solve this problem and would be very grateful for any help.

    I finally got the MySQL connection to operate. After a lot of changes for different settings, I discovered tonight that I had a spelling error in the prefix field of the URL to the testing server.

  • Problem with Web Builder and MySQL connection

    Hello

    I created a web service VI (see picture attached) to connect my Web Builder application with a MySQL database. The problem is that I get nothing on my exit signs during the call to the web service VI.

    Some tests I've done:

    (1) this web service VI works perfectly (I mean indicators 'value', 'status' and 'data_hora' give the desired result) when the VI run directly through LabVIEW. MySQL connection and my VI are OK...

    (2) I know my web service VI was successfully built and deployed because the indicators give me some value if I sign something for them other than my SQL output

    (for example: if I put a string constant "Hello" on indicator "valor" I get "Hello" when calling the web service VI)

    I suppose that the database connectivity kit is not supported when a VI is integrated with a web service VI. In my case, kit screws are inside the subVIs 'start', 'exec 2d' and 'stop' showed in the picture as an attachment.

    Any idea?

    Thank you

    Marcelo

    I'm using LabVIEW 2001 Wesley, but I solved my problem.

    It was just a MySQL data source problem: I just had to add my info DB through C:\Windows\SysWOW64\odbcad32.exe.

    Thank you

    Marcelo

  • I can't create a new site of catalyst for business with Dreamweaver CC 2014. The error message states that Dreamweaver cannot connect with the server, try again later. How can I solve this problem?

    I can't create a new site of Business Catalyst with Dreamweaver CC 2014 (Mac). The error message states that Dreamweaver cannot connect with the server, try again later. In addition, I am also unable to load remote site Business Catalyst created previously as it says that there is something wrong with my user name or password. However when I put my password and press to test the connection, he said that it has connected successfully. What is wrong and how can I solve this problem?

    Thank you

    Thanks for the reply, however it seems to work again after I removed some unused Dreamweaver sites in the section "manage sites" in Dreamweaver.  It may have been a conflict of name or something.

    Concerning

    Adrian

  • I am connected to creative cloud, but someone else was logged on Dreamweaver, I disconnect them Dreamweaver and connect using my credentials?

    I am connected to creative cloud, but someone else was logged on Dreamweaver, I disconnect them Dreamweaver and connect using my credentials?

    Paul, if please launch the CC of Dreamweaver and go to help menu and sign out and sign in again with your Adobe ID and password, it will show your Adobe ID.

  • mod_rewrite mysql connection breaks

    It was recommended to me that I repost cela in this forum instead of the forum discussions general DW.

    The following .htaccess file is break my mysql connection in DW CS3 amd CS5.5. I've isolated the rewrite rule which passes two parameters to index.php as the cause of the problem, but I don't seem to be able to exclude the directory of links of the rewrite rule without breaking the behavior of the web site that the htaccess file works very well with the site.

    Options + FollowSymLinks
    RewriteEngine on
    RewriteRule ^(assets|) Connections | CSS | docs | images | Inc. | include | menus | modules | module s_shared: js)($|/) - [L]
    RewriteRule ^ ([^ /] *) / ([^ /] *) /? $ index.php? webpage = $1 & article = $2 [L, QSA, NC]
    RewriteRule ^ ([^ /] *) /? index.php? webpage = $1 $ [NC, QSA, L]

    Here is the same code with a few explanations

    Options + FollowSymLinks
    RewriteEngine on

    # The next line should be out of the directory of links. It works in the browser when I go directly to the login script
    RewriteRule ^(Connections|css|docs|images|inc|include|menus|modules) ($| /)-[L]

    #The below line passes the page and a second parameter. This is what breaks the DB connection!
    RewriteRule ^ ([^ /] *) / ([^ /] *) /? $ index.php? webpage = $1 & article = $2 [L, QSA, NC]
    #The line below is for pages that do not require an extra parameter and does NOT break the db connection in DW
    RewriteRule ^ ([^ /] *) /? index.php? webpage = $1 $ [NC, QSA, L]

    Someone can help me to get a mod_rewrite htaccess file that accomplishes what we do it but does not break my connection to mysql DW? With this in place .htaccess file, I receive data = > Tables = > None, and if I try to test the connection, I get an error not identified, BUT the web site works.

    P. S.

    I also tried assourted as rewrite conditions

    RewriteCond% {REQUEST_URI}! /Connections/*.$

    without a bit of luck.

    When I delete the second last line, the DB connection works. I tried a number of bugs, but not joy.

    SOLVED!

    Nobody seemed to have an answer for the past two years, but I found an answer today.

    INCLUDE _mmServerScripts in the list of EXCLUDED directories

    RewriteRule ^(assets|) Connections | CSS | docs | images | Inc. | include | menus | modules | s_shared module | JS | ( _mmServerScripts) ($|/) - [L]

    Refresh and it works.

  • mod_rewrite mysql connection break

    The following .htaccess file is break my mysql connection in DW CS3. I've isolated the rewrite rule which passes two parameters to index.php as the cause of the problem, but I don't seem to be able to exclude the directory of links of the rewrite rule without breaking the behavior of the web site that the htaccess file works very well with the site.

    Options + FollowSymLinks
    RewriteEngine on
    RewriteRule ^(assets|) Connections | CSS: docs | pictures | Inc: include | menu | modules | modules_shared |)($|/) - [L] js
    RewriteRule ^ ([^ /] *) / ([^ /] *) /? $ index.php? webpage = $1 & article = $2 [L, QSA, NC]
    RewriteRule ^ ([^ /] *) /? index.php? webpage = $1 $ [NC, QSA, L]

    Here is the same code with a few explanations

    Options + FollowSymLinks
    RewriteEngine on

    # The next line should be out of the directory of links. It works in the browser when I go directly to the login script
    RewriteRule ^(Connections|css|docs|images|inc|include|menus|modules) ($| /)-[L]

    #The below line passes the page and a second parameter. This is what breaks the DB connection!
    RewriteRule ^ ([^ /] *) / ([^ /] *) /? $ index.php? webpage = $1 & article = $2 [L, QSA, NC]
    #The line below is for pages that do not require an extra parameter and does NOT break the db connection in DW
    RewriteRule ^ ([^ /] *) /? index.php? webpage = $1 $ [NC, QSA, L]

    Someone can help me to get a mod_rewrite htaccess file that accomplishes what we do it but does not break my connection to mysql DW CS3? With this in place .htaccess file, I receive data = > Tables = > None, and if I try to test the connection, I get an error not identified, BUT the web site works.

    When I delete the second last line, the DB connection works. I tried a number of bugs, but not joy.

    SOLVED!

    Nobody seemed to have an answer for the past two years, but I found an answer today.

    INCLUDE _mmServerScripts in the list of EXCLUDED directories

    ewriteRule ^(assets|) Connections | CSS | docs | images | Inc. | include | menus | modules | module s_shared: js | _mmServerScripts)($|/) - [L]

    Refresh and it works.

  • Cannot create the recordset that Dreamweaver cannot connect to mysql db

    Hello

    I'm relatively new to mysql and its connection in particular to my dreamweaver by coding php site - I managed to get everything working on things like login script and product descriptions and details, but trying to pull in the binary BLOB fields to display images related to certain products came to a wall.

    I have seen tutorials by David Powers on the books section of recipes from this site I really want to adopt in my site, but can not create recordsets to work because I can not connect my dreamweaver for the correct database site. I can retrieve the information properly in line (except for photos) and don't know where I'm wrong in dreamweaver to establish a working connection.

    As I can't get a db connection works, I can't a Recordset working properly. I entered:

    MySQL server: localhost

    Username: web118-xxxxxx (my hosting is done through internet in the United Kingdom which provide phpmyadmin, etc. required of heart)

    Password: xxxxxxx

    Database: web18-xxxxxx

    Whenever I have try the test or search the database, neither get MYSQL Error 1045 saying access denied (using password: YES) despite the fields being entered correctly, or I get an error 404 not found record of localhost.

    Can anyone help! ? Even if a simple explanation of how set up a connection to a database work. I searched the forums online and help adobe, but all what I'm actually seems to result in exactly the same mistakes.

    In addition, if the problem of Recordset will not be possible to fix it, I managed to pull a BLOB of mysql in a php page, but when I try and add something on the page, or wrap the returned image is holder of a picture or a table, looking at the Webcam live image Web page disappears and is replaced by a very small blue box with a question mark white in it. Is it a simple script I can add the php code to allow me to integrate the image into a dynamic Web page. To achieve this, I used the tuturial to http://www.phpriot.com/articles/storing-images-in-mysql/. View.php page just shows the image stored in mysql but nothing else.

    Hope someone can help me one way or the other and apologies for being so stupid!

    Any sample code or tutorial pointers (yet), but I have once developed a real estate complex database and decided on the strategy of "sending images to the folder" following:

    1. create a file coded in hard 'active' in the root of the server

    2 when a new offer of property is added to the database, retrieve the value of the primary key of this new offer and PHP´s mdir function allows to automatically create a directory in the "assets" folder while ensuring that his name is set according to the value of the primary key. Example: "assets/1 / '.

    This approach has proved to be very reliable, because when the unique name of a directory of the image is the primary key of its supply of related goods, it s easy to control subsequent procedures for example, download additional images via a "Update Record" form or PHP based image lists.

  • Dreamweaver CC: MySQL connection

    Hey everybody,

    Looking for a little support with a problem. Im trying to add my site through the dreamweaver dynamic data interfaces, and therefore slot window databases, there are 4 typical steps (1. Create a site for this file, 2. Choose a type of document, 3. Create test server Sites) those are all verified, except that now, I'm just trying to 'create a connection '. So I opened the window and fill in the form, but lhen I click on 'Select' to choose the database, a error message appears as 'http error code 500 internal error from server'.

    I am able to manually connect to the server with PHP, ex:

    $c = mysqli_connect("localhost","USER","PASS","DBNAME");

    and I did so that the following files have been on the server:
    Capture.JPG

    error message:

    Capture.JPG

    Please let me know if you need more information.

    Thanks for your time,

    Justin

    Yes, I did. Thanks a lot, it's resolved. Ill see if I can close it somehow.

  • PHP and MySQL Connection problem

    I'm doing a PHP MySQL on a connection to the remote server in Dreamwesaver CS3.

    When I enter the information (host, user, password, etc.) and hit TEST, I get the following error message.

    "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. »

    I know how to work the user, password, etc., I can access the MySQL database with other software.

    I checked with my host and they say that there is no permission problem on their end.

    I checked the settings on the Test Server page in the configuration of a Site and everything looks correct and works there.

    I've seen this particular problem described in other messages of the forum (even if there are a LOT of comments on this topic!).

    Any help would be appreciated.

    pabirds, I had the same problem. Here's the solution that worked for me:

    1. make sure that you have clicked on the tab Advanced in the Definition of Site pane, and then

    2. Select testing serverin the list on the left side of the pane, and then

    3. set Host FTP on host your site, your e.g. ftp.yoursite.com or ftp.yoursite.eu, then

    4. set the host directory according to the hierarchy of your hosting service, it will probably be something like: areas / www / htdocs or /. To determine this, when you have window Dreamweaver files open in two columns, expand the root of your site. Then

    5. set your prefix on the URL of the root of your site, then your example http://www.yoursite.com/ or http://www.yoursite.eu/,

    6. use your connection user/pass combination.

    I my case, step 4 has been the cause of my sudden increase in gray hair and elevation of blood pressure.

    hope this helps.

    speedingyeti

  • PHP MySQL connect error

    Ok

    I get the following error when running my php pages on our new web server (Windows Server 2003):

    Fatal error: Call to undefined function mysql_pconnect() in
    c:\Inetpub\wwwroot\jionas_website\Connections\jonas_website.php on line 9

    When I open the jonas_website.php file, it says the name of the Connection_php_mysql.htm file. It is on my local machine in the folder programs, but not on the web server. Should it be?

    If I run a phpinfo page, it works fine... actually all php commands seem to work.

    I also have this "unidentified error" when I try to connect to MYSQL via Dreamweaver MX 2004. I followed all of the suggestions of the technical note for this error. I have yet to get it.

    I can connect to MYSQL via MYSQLadministrator server so I don't know what is happening.

    Help, please.

    Darren

    Hung Kuen Kung Fu wrote:
    > MYSQL is not listed in the phpinfo page. MMM. don't know how to enable this in the file php.ini so I'll have to look.

    Remove the semicolon at the beginning of these lines in windows
    extensions section:

    ; extension = php_mbstring.dll
    ; extension = php_mysql.dll

    Also add this line after them:

    extension = php_mysqli.dll

    --
    David powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • help with php mysql connect script

    OK guys im new to php mysql and I try inserting form information in my database. IM using a sitepoint script in which I went through the tutorial made some experiences of myself and it worked...

    but now I get this error that I can't understand...

    Command error: you have an error in your syntax SQL; consult the manual corresponding to your version of the server MySQL for the right syntax to use near 'order product SET = ' 1', 'average' = size, color is ", amount = '1' at line 1

    Here is the page
    http://vaughntucker.com/imagecon/hats.php

    and this is the script
    <? PHP
    default page view
    connect to the database
    $dbcnx = @mysql_connect ('p3nl41mysql7.secureserver .net', 'imagecon', ' Dub * boss_1');
    If (! $dbcnx) {}
    echo "< p > unable to connect to the '. 'database server at this time." < /p > ";
    Exit();

    }

    Select database
    If (! @mysql_select_db ('imagecon')) {}
    exit (' < p > cannot locate the ".")
    "database at this time. < /p >");
    }

    MySQL Query add joke
    If (isset($_POST['submit'])) {}
    $product = 1;
    $size = $_POST ["size"];
    $color = $_POST ['color'];
    $quan = $_POST ['quantity'];
    $sql = "INSERT INTO command TOGETHER
    product = "$product."
    size = "$size."
    Color = "$color"
    quantity = "$quan"
    Date = CURDATE () ';
    } else {}
    ECHO 'no data sent ";

    }
    If (@mysql_query ($sql)) {}
    echo "< p > your order has been sent. < /p > ";
    } else {}
    echo ' error < p > order process: '.
    mysql_error(). / '< p > ';
    }



    ? >

    Thanks in advance

    Murray * ACE * has written:
    > $sql = "INSERT INTO command TOGETHER."
    "> product ='". $product. "',
    "> size ='". $size. "',
    "> color ='". $color. "',
    ' > quantity = ' ". $quan. "',

    No, this is not what is causing the problem. It is the use of 'order' as
    the name of the table. The order is an SQL reserved word. Either the name of the table
    should be changed, or the query INSERT rewritten as follows:

    $size = mysql_real_escape_string($_POST['size']);
    $color = mysql_real_escape_string($_POST['color']);
    $quan = mysql_real_escape_string($_POST['quantity']);
    $sql = 'INSERT INTO 'order' SET
    product = 1,.
    size = "$size."
    Color = "$color"
    quantity = $quan,
    'date' = CURDATE () ';

    Note that I surrounded order and date with backticks. I also have
    $product, was deleted because it has a fixed value. I removed the quotes from
    around $quan, because the numbers should not be quoted in SQL queries.

    The changes I did assume that magic quotes are disabled the
    Server. If they are on, you must also pass the variables $_POST
    stripslashes() like this:

    $size = mysql_real_escape_string (stripslashes($_POST['size']));
    $color = mysql_real_escape_string (stripslashes($_POST['color']));
    $quan = mysql_real_escape_string (stripslashes($_POST['quantity']);

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions.
    http://foundationphp.com/

  • MySql connection

    Hello
    My site is currently using .asp and I'm trying to switch to .php
    My problem is with the connection to the MySql database on the server hosting (mysql.ukfast.net). Using the same information for the old site is to tell the server, user name, password and database, when configuring the connection in Dreamweaver (ver 8) I get the error message "your php server does not have the MySql module loaded or you cannot use MySql_ (p) connection function. I use php version 5.0.2 and Apaache worm 2.0.52 on my workstation which seems to work very well. I tried Googling etc but found no successful response, any help or advice would be welcome.
    Thank you
    Atchy

    Finally cracked.
    Copied: libmysql.dll file C:\windows\system
    (info found at http://forums.winforums.org/showthread.php?t=7414)
    C:\php5\ added to the path environmental variables
    (Info found at http://uk.php.net/manual/en/faq.installation.php#faq.installation.addtopath)

    the two above is not in the news I had, maybe I did not understand.
    Thank you for all your help can now connect to the database and can range from the reconstruction of my site.

    Concerning

    John

  • LabSQL to MySQL connection string syntax

    Hi all

    I'm just starting using labSQL and MySQL and cannot even connect to the database, I want to start practicing. I tried to write my own code and use the code example, but I can't get a connection to a database. The error is still "an Exception occurred at ADODB. Connection: The operation is not allowed when the object is closed. Help path is C:\Windows\HELP\ADO270. CHM and context in ADO Execute.vi connection 1240653-> Simple.vi". I've set up a system DSN using the MySQL ODBC Unicode 5.2 driver and I'm under Labview 2012 with MySQL Workbench/5.6 Server 5.2. I really just need to know the syntax of the connection string that you pass in the ADO connection open vi.

    Thank you in advance.


  • MySQL connection error

    Hello

    I'm new to labview and database programming. I am trying to recover data from mysql database and show it on labview. I get an error message and I don't know how to fix it.

    Please advice kindly. Thank you.

    FOR INFO:

    I use:

    32-bit labview 2012 and

    64-bit ODBC connector

    If you use 32-bit LabVIEW, you must use the 32-bit ODBC connector.

    Install the 32-bit connector and then run the 32-bit version of ODBC (c:\Windows\SysWOW64\odbcad32.exe) administration tool and configure your connection from there.

Maybe you are looking for

  • Can satellite 1800-100 - I exchange the graphics card?

    Hi all can I change the trident video card?I see the agp bus... can I found a card nvidia for example?Thank you.

  • Toshiba Software by disabling the automatic Wireless Configuration Service

    I have a problem with a Toshiba Satellite Pro laptop. When I start the system, the automatic Wireless Configuration Service is disabled and I have to go into Services and start physically whenever I start Windows (XP 32-bit sp3). I think it's own sof

  • Black Berry sync software unable to Synch with Yahoo

    My Black Berry Desktop software Sync used to work perfectly, backup and sync phone Contacts and calendar with Yahoo. Now it errors when it tries to synchronize the calendar with the server connection is lost. The version is up-to-date.

  • Presario CQ62-209WM: presario CQ62-209WM

    I bought this computer from a pawnshop and need to perform a system recovery. If Windows 7 is pre-installed, or will I need a disk to install it back again?

  • How to manage an animated logo

    Hi experts, I have 2 screen, animatedScreen and home screen, I want the application appears the animatedScreen first and then press the home screen. I'm running the question that I can't run pushScreen() to call homeSceen, it always throws IllegalSta