Setting up MySQL for Dreamweaver 8

I set up MySQL on my Macintosh yesterday, along with PHP --
all went fine yesterday, until I tried to connect Dreamweaver to it
(today I went back and uninstalled and tried to reinstall, and all goes less well -- can anyone tell me what
robert:/usr/local/mysql robert$ bin/mysqladmin -u root password 'himmel'
bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
signifies?)
In any case -- back to the story:
I go to connect to the DB in Dreamweaver 8, and when I try to set up the DB in the "databases" tab and click on the "database" field I get
"An unidentified error has occurred"
and then
"HTTP Error Code 404 File Not Found....
[Possible Reasons]: 1) No testing server running on this machine.
2) The Testing Server specified for this site does not map to the http://127.0.0.1/~robert/Sites/_mmServerScripts/MMHTTPDB.php?Type=MySQL&Connecti onString=host=localhost;uid=dwmx;pwd=mm&Host=localhost&&UserName=dmwx&Password=m m&Timeout=30 URL. Verifiy that the URL prefixs points to the root of the site."
Any clue? I know little about PHP or Unix, but am trying to learn.

Great info - thank you, David! I will be trying that this
afternoon.
Before I do, however, I need to clarify whether I am doing
this the "best"
way in my decision to use MAMP. I was looking for the
quickest, easiest way
to get a Testing Server setup so that I could test out
multiple client
sites. In your opinion, is my approach the best solution? Do
I need to
purchase MAMP Pro?
Thanks again, much appreciated!
Derrill
"David Powers" <[email protected]> wrote in message
news:gcar60$1ga$[email protected]..
> Derrill wrote:
>> Server Model: PHP/MySQL
>> Access: Local/Network
>> Testing Server Folder: (Not sure what goes here
because I am not sure
>> where my website root folder should reside)
>
> Since you have installed MAMP, the server root is
> /Applications/MAMP/htdocs
>
> If you create a subfolder called mysite inside htdocs,
URL prefix becomes
>
http://localhost/mysite/
>
> However, by default, MAMP uses a non-default port for
Apache. If you are
> using the MAMP ports, you need to change the URL prefix
to
>
http://localhost:8888/mysite.
>
> As long as you run only MAMP, it's best to configure
MAMP to use the
> Apache and MySQL default ports (80 and 3306). You do
this in MAMP Pro by
> selecting Server > General, and clicking the Default
port button. Since
> you have got MAMP Pro, you can also create virtual hosts
for your sites.
> You do that by clicking the Hosts tab in MAMP Pro. Click
the plus button
> at the bottom-left of the panel, give the virtual host a
new name and
> specify its location in the fields on the right.
>
> Always restart the servers after making any changes.
>
>
> --
> David Powers, Adobe Community Expert
> Author, "The Essential Guide to Dreamweaver CS3"
(friends of ED)
> Author, "PHP Solutions" (friends of ED)
>
http://foundationphp.com/

Similar Messages

  • Noob trying to set up PHP for DreamWeaver

    When I paste this into the command prompt:
    cd Program Files\MySQL\MySQL Server 5.0\bin mysql -uroot
    -pPassword CafeTownsend < tutorial.sql
    I get this:
    The system cannnot find the file specified.
    I have checked everything I can think of. I checked the file
    path. I checked the file name. I don't recall me specifying a User
    Name when I installed MySQL.( I think that would cause another
    error message all together.) I triple checked to make sure I had
    the SQL script file in the bin file. I suspect there must be
    something here really obvious that I am missing... Can someone
    shine the light of experience on this situation.
    Thank you.
    Mr. Lipshitz

    mahakala8 wrote:
    > 1. I did not include my password in the command line
    from the tutorial in my
    > post. My password is not pPassword. I do change the
    default text when entering
    > the command into the prompt. I was concerned that I
    didn't amend -uRoot when
    > using the command b/c I didn't recall specifying a root
    name in the MySQL
    > installation. It doesn't ask for one in the MySQL
    command prompt when I sign on
    > so I assumed it was not an issue.
    The root user is the MySQL superuser with complete control
    over every
    database and user account. It is created by default, so you
    don't need
    to specify anything when installing MySQL. A new installation
    of MySQL
    is not password protected (if it were, you wouldn't be able
    to get in).
    That's why I said it assumes that your root password is
    Password. The
    lowercase p in front of Password is the instruction to MySQL
    that you
    are supplying the password. If you use that particular way of
    accessing
    MySQL, there must be no space between p and Password (or
    whatever your
    password is). Since it involves typing out your password in
    plain text,
    the normal way is to type just the p. After you press Enter,
    MySQL then
    prompts you to enter your password. If you haven't set a
    password,
    though, you should leave out the p.
    >The command line in the tutorial that
    > I have cut and pasted here reads:
    >
    > \cd Program Files\MySQL\MySQL Server 5.0\bin mysql
    -uroot -pPassword
    > CafeTownsend < tutorial.sql
    No, it doesn't. It contains three commands as follows:
    cd \
    cd Program Files\MySQL\MySQL Server 5.0\bin
    mysql -uroot -pPassword CafeTownsend < tutorial.sql
    The first command (cd \) changes your current directory to
    the top level
    of the C drive. The alternative that I gave you accomplishes
    the first
    two commands in a single step.
    > Port 80 is open on my machine. I also went back and
    opened port 81.
    > I turned off the windows firewall. I didn't explain this
    before. However, is it
    > even necessary to be concerned with ports when you are
    running an Apache test
    > server on your own development machine?
    MySQL doesn't run on port 80; it uses port 3306 by default.
    The fact
    that you have managed to create the database through the
    MySQL Command
    Line Client indicates that MySQL is working correctly.
    However, you do
    need to be concerned about ports and firewalls on your own
    machine. One
    of the most common causes of problems with server-side
    development is
    the fact that the Windows firewall (or other security
    software) is
    blocking communication between Dreamweaver and Apache and/or
    MySQL.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Problem setting up database for dreamweaver 8 to use on testing server

    I am trying to try out dreamweavers database features, by
    trying to set up a connection to mysql database. How ever I recieve
    errors when trying to select my database. Either I get a long error
    that says it can not find localhost//_mmHTTP... something like that
    or undefiend errors message.
    I am using wamp5 set up on my local machine that installed
    apachie,php,mysql in one package. So maybe that has something to do
    with it, but none the less can someone give me a example of how
    they set theirs up to work with examples of where files should be
    located I can not seem to find anything like this in google, and I
    dont want to set it up on a remote server yet until I tested things
    on my local machine.

    Thanks Seth,
    I ran jcounsole, but I don't see anything except the process monitor registered.
    I don't think the server is starting sucessfully after the exception becuase I don't see the other parts
    of the application running.
    I forgot to mention in the last post that I've also added the line
    <BR>
    <BR>
    -Xbootclasspath/a:C:\bea\wlevs20\bin\mysql-connector-java-3.0.17-ga-bin.jar
    <BR>
    to the startup script to add in the location of the jar file that contains the JDBC driver.
    I was going to post the full stacktrace, but it's fairly long so I'll hold off unless you think it may help.
    I do get one additional exception after the <Server STARTED> message which is:
    A service of type "com.bea.core.datasource.DataSource:com.bea.core.datasource.DataSourceFactory" from file "OSGI-INF/datasource.xml" in bundle "com.bea.core.datasource" could not be advertised because all required services are not available. In particular, these are not available:
         1. RequiredReferenceImpl(filter="(objectClass=com.bea.core.transaction.TransactionManagerService)")
    <BR>
    but I think it may be related to the fact that the data source isn't being created.
    <BR>
    Thanks very much for taking a look,
    <BR>
    Mike

  • Can I set up credentials for Dreamweaver to authenticate against an htaccess file system on the server?

    Hi all! I'm trying to keep my website secured while developing; I love the Live View feature in Dreamweaver, but if I set up a htaccess file on my server, Dreamweaver can't seem to handle authentification. Any thoughts? If this isn't possible, what are the best ways to keep access to a website secure and restricted while developing?

    You are developing on the external server? Most of us develop on our local machines and then upload (FTP) the edited files to the external server.
    I'm not sure what security restrictions you are attempting. You are trying to password protect the external website during development? And you are using htaccess as the method?
    Normally LINUX permissions are set to allow anyone to view your website but not make file changes. Your FTP user account does have permission to make file changes. This would have nothing to do with htaccess.

  • HELP:Setting up Fireworks website Background Scroll for Dreamweaver Export

    This is what I have designed for my website thus far (image attached) The lime green rectangle is the box that I want to extend for user to scroll down for more information while on the Website. How do I set up this image/function for dreamweaver CS4 html compatible.
    Do I use 9 slice scaling or Export a small horizontal image that repeats as the back ground or what.
    Please Help me.
    Thank you.

    It's impossible to see all the details you have from the size of the image you show. It looks like you have a small graphic next to each block of text. If that's what you're asking about then you should export just that graphic and use CSS to place that as part of a class for a div. For each block of text + photo, then, you would add another div. Once you get the code right for one block, you're fine. You do not write this code in Fireworks. You do it in Dreamweaver.
    You can't use a repeating graphic for this element (if it is what you're asking about), because the text blocks may or may not line up with it.
    Try going through this tutorial (the graphics can be done with Fireworks instead of Photoshop)
    http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-your-first-website-i n-easy-to-understand-steps/
    You can also learn a great deal by looking at the work of others. If you see a site you like, use your browser's source view function and see how it was put together:
    View>Source (IE)
    View>Page Source (Firefox)
    [page control icon]>Developer>View Source
    Ctrl-U (Firefox or Chrome)
    Here's a site full of inspiration: http://cssbrigit.com/
    Again, your image is small, I could very well have misunderstood your question. If so, please describe what you're asking for.

  • Set up php on MAMP for dreamweaver?

    How do I set up php on MAMP for dreamweaver?

    Also see this:
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Nancy O.

  • Setting up MySql Driver for J2SDKEE

    Hi all
    Right now I am developing a web application in J2SDKEE1.2.1 using Cloudscape databse.
    But my project specs says that I have to use MySql for this application.
    I need to know what steps I have to take to replace Cloudscape with MySql.
    Please help.
    Thanks
    Rajani
    P.S I am using CMP to communicate with the database.

    Has anybody used MySql with J2SDKEE1.2.1

  • Local net ssh failure Tiger (PHP MYSQL Apache Dreamweaver)

    I can't be sure, but I think this problem started with the latest security update. I'm 80% done with my first web application using PHP and Mysql in dreamweaver when I began getting an unknown error from dreamweaver when attempting to connect to my DB on my testing server. After 2 days of debugging and re-installing apps I finally wiped the testing server (G4 400 Cube memory topped out 120GB HD, down to the metal) reinstalled Tiger, fully patched, edited the httpd.conf file to enable php 4.4.1. Installed Mysql 4.1 (which was the last general distribution with a packaged install) and the server works fine, so I created myself as a user in mysql @localhost & @localmachinename to replicate root user. Navicat was up and running in no time, so I re-populated my server from my backup. Then I jumped over to my design workstation (G5 2Ghz Dual, 2GB Ram, 250GB HD) only to find navicat can't login to the mysql server because ssh wont connect to the G4. After much testing I discovered ALL of my macs will attach only to external addresses. My linux box, external linux boxes, even windows boxes emulating ssh will attach internally or extenally, the macs won't talk to anything in the local network 10.0.x What the ****! My project is now past due and I'm stuck because I can no longer ssh from any macs to internal machines mac or otherwise. PLEASE HELP!!! is there an SSH pakage so I can re-install? I couldn't find a mac ssh package on apple or ssh.org, Will that even make a difference? Can I uninstall the security update? Can anyone suggest a workaround?
    My network
    *10.0.1.2 Ganymede (Mandrivia 10 server and Gateway)
    *10.0.1.6 Artemis (G5 10.4.7) Web/Video
    *10.0.1.10 Miletus (G4 10.4.7) Web Testing
    *10.0.1.5 Venus (G4 10.4.7) Photo editing
    *10.0.1.4 Hero (G3 ibook 10.4.7) office work
    *10.0.1.7 Hermes (iMac 10.4.7) iLife
    *10.0.1.3 Apollo (Wintendo XP) Web Testing/The Sims
    Here are several ssh logs.
    mac to mac (FAIL)
    Artemis:~ phil$ ssh -vv 10.0.1.10
    OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
    debug1: Reading configuration data /etc/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to 10.0.1.10 [10.0.1.10] port 22.
    debug1: Connection established.
    debug1: identity file /Users/phil/.ssh/identity type -1
    debug1: identity file /Users/phil/.ssh/id_rsa type -1
    debug1: identity file /Users/phil/.ssh/id_dsa type -1
    debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2
    debug1: match: OpenSSH_4.2 pat OpenSSH*
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_4.2
    debug2: fd 3 setting O_NONBLOCK
    debug1: An invalid name was supplied
    Cannot determine realm for numeric host address
    debug1: An invalid name was supplied
    A parameter was malformed
    Validation error
    debug1: An invalid name was supplied
    Cannot determine realm for numeric host address
    debug1: An invalid name was supplied
    A parameter was malformed
    Validation error
    debug1: SSH2MSGKEXINIT sent
    debug1: SSH2MSGKEXINIT received
    debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kexparsekexinit: ssh-rsa,ssh-dss
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: none,[email protected],zlib
    debug2: kexparsekexinit: none,[email protected],zlib
    debug2: kexparsekexinit:
    debug2: kexparsekexinit:
    debug2: kexparsekexinit: firstkexfollows 0
    debug2: kexparsekexinit: reserved 0
    debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kexparsekexinit: ssh-rsa,ssh-dss
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: none,[email protected]
    debug2: kexparsekexinit: none,[email protected]
    debug2: kexparsekexinit:
    debug2: kexparsekexinit:
    debug2: kexparsekexinit: firstkexfollows 0
    debug2: kexparsekexinit: reserved 0
    debug2: mac_init: found hmac-md5
    debug1: kex: server->client aes128-cbc hmac-md5 none
    debug2: mac_init: found hmac-md5
    debug1: kex: client->server aes128-cbc hmac-md5 none
    debug1: SSH2MSG_KEX_DH_GEXREQUEST(1024<1024<8192) sent
    debug1: expecting SSH2MSG_KEX_DH_GEXGROUP
    Write failed: Broken pipe
    Artemis:~ phil$
    Mac to linux internal (FAIL)
    Artemis:~ phil$ ssh -vv 10.0.1.2
    OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
    debug1: Reading configuration data /etc/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to 10.0.1.2 [10.0.1.2] port 22.
    debug1: Connection established.
    debug1: identity file /Users/phil/.ssh/identity type -1
    debug1: identity file /Users/phil/.ssh/id_rsa type -1
    debug1: identity file /Users/phil/.ssh/id_dsa type -1
    debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
    debug1: match: OpenSSH_4.3 pat OpenSSH*
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_4.2
    debug2: fd 3 setting O_NONBLOCK
    debug1: An invalid name was supplied
    Cannot determine realm for numeric host address
    debug1: An invalid name was supplied
    A parameter was malformed
    Validation error
    debug1: An invalid name was supplied
    Cannot determine realm for numeric host address
    debug1: An invalid name was supplied
    A parameter was malformed
    Validation error
    debug1: SSH2MSGKEXINIT sent
    debug1: SSH2MSGKEXINIT received
    debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kexparsekexinit: ssh-rsa,ssh-dss
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: none,[email protected],zlib
    debug2: kexparsekexinit: none,[email protected],zlib
    debug2: kexparsekexinit:
    debug2: kexparsekexinit:
    debug2: kexparsekexinit: firstkexfollows 0
    debug2: kexparsekexinit: reserved 0
    debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kexparsekexinit: ssh-rsa,ssh-dss
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: none,[email protected]
    debug2: kexparsekexinit: none,[email protected]
    debug2: kexparsekexinit:
    debug2: kexparsekexinit:
    debug2: kexparsekexinit: firstkexfollows 0
    debug2: kexparsekexinit: reserved 0
    debug2: mac_init: found hmac-md5
    debug1: kex: server->client aes128-cbc hmac-md5 none
    debug2: mac_init: found hmac-md5
    debug1: kex: client->server aes128-cbc hmac-md5 none
    debug1: SSH2MSG_KEX_DH_GEXREQUEST(1024<1024<8192) sent
    debug1: expecting SSH2MSG_KEX_DH_GEXGROUP
    Write failed: Broken pipe
    mac to linux external (Success)
    Artemis:~ phil$ ssh -vv 69.253.x.x
    OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
    debug1: Reading configuration data /etc/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to 69.253.x.x [69.253.x.x] port 22.
    debug1: Connection established.
    debug1: identity file /Users/phil/.ssh/identity type -1
    debug1: identity file /Users/phil/.ssh/id_rsa type -1
    debug1: identity file /Users/phil/.ssh/id_dsa type -1
    debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
    debug1: match: OpenSSH_4.3 pat OpenSSH*
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_4.2
    debug2: fd 3 setting O_NONBLOCK
    debug1: Miscellaneous failure
    No credentials cache found
    debug1: Miscellaneous failure
    No credentials cache found
    debug1: SSH2MSGKEXINIT sent
    debug1: SSH2MSGKEXINIT received
    debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kexparsekexinit: ssh-rsa,ssh-dss
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: none,[email protected],zlib
    debug2: kexparsekexinit: none,[email protected],zlib
    debug2: kexparsekexinit:
    debug2: kexparsekexinit:
    debug2: kexparsekexinit: firstkexfollows 0
    debug2: kexparsekexinit: reserved 0
    debug2: kexparsekexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
    debug2: kexparsekexinit: ssh-rsa,ssh-dss
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes1 92-cbc,aes256-cbc,[email protected],aes128-ctr,aes192-ctr,aes256-ctr
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac- md5-96
    debug2: kexparsekexinit: none,[email protected]
    debug2: kexparsekexinit: none,[email protected]
    debug2: kexparsekexinit:
    debug2: kexparsekexinit:
    debug2: kexparsekexinit: firstkexfollows 0
    debug2: kexparsekexinit: reserved 0
    debug2: mac_init: found hmac-md5
    debug1: kex: server->client aes128-cbc hmac-md5 none
    debug2: mac_init: found hmac-md5
    debug1: kex: client->server aes128-cbc hmac-md5 none
    debug1: SSH2MSG_KEX_DH_GEXREQUEST(1024<1024<8192) sent
    debug1: expecting SSH2MSG_KEX_DH_GEXGROUP
    debug2: dhgenkey: priv key bits set: 130/256
    debug2: bits set: 514/1024
    debug1: SSH2MSG_KEX_DH_GEXINIT sent
    debug1: expecting SSH2MSG_KEX_DH_GEXREPLY
    debug1: Host '69.253.239.85' is known and matches the RSA host key.
    debug1: Found key in /Users/phil/.ssh/known_hosts:3
    debug2: bits set: 516/1024
    debug1: sshrsaverify: signature correct
    debug2: kexderivekeys
    debug2: set_newkeys: mode 1
    debug1: SSH2MSGNEWKEYS sent
    debug1: expecting SSH2MSGNEWKEYS
    debug2: set_newkeys: mode 0
    debug1: SSH2MSGNEWKEYS received
    debug1: SSH2MSG_SERVICEREQUEST sent
    debug2: service_accept: ssh-userauth
    debug1: SSH2MSG_SERVICEACCEPT received
    debug2: key: /Users/phil/.ssh/identity (0x0)
    debug2: key: /Users/phil/.ssh/id_rsa (0x0)
    debug2: key: /Users/phil/.ssh/id_dsa (0x0)
    debug1: Authentications that can continue: publickey,password,keyboard-interactive
    debug1: Next authentication method: publickey
    debug1: Trying private key: /Users/phil/.ssh/identity
    debug1: Trying private key: /Users/phil/.ssh/id_rsa
    debug1: Trying private key: /Users/phil/.ssh/id_dsa
    debug2: we did not send a packet, disable method
    debug1: Next authentication method: keyboard-interactive
    debug2: userauth_kbdint
    debug2: we sent a keyboard-interactive packet, wait for reply
    debug1: Authentications that can continue: publickey,password,keyboard-interactive
    debug2: we did not send a packet, disable method
    debug1: Next authentication method: password
    [email protected]'s password:
    debug2: we sent a password packet, wait for reply
    debug1: Authentication succeeded (password).
    debug1: channel 0: new [client-session]
    debug2: channel 0: send open
    debug1: Entering interactive session.
    debug2: callback start
    debug2: clientsession2setup: id 0
    debug2: channel 0: request pty-req confirm 0
    debug2: channel 0: request shell confirm 0
    debug2: fd 3 setting TCP_NODELAY
    debug2: callback done
    debug2: channel 0: open confirm rwindow 0 rmax 32768
    debug2: channel 0: rcvd adjust 131072
    Last login: Tue Aug 15 12:56:42 2006 from artemis.ganymedia.net
    [phil@ganymede ~]$
    G5 Dual 2G   Mac OS X (10.4.7)  

    Mac comes with a fully functioning Apache web server with all the scripting languages (except VB). You need to enable them in the configuration file.
    You need some light weight UNIX administration skills to do this. Use the system restore disk to set the password for the root account.
    Open a terminal screen from the Utilities folder in Applications. Type "su", press return, then enter the root password you set using the system restore disk.
    Make a backup copy of the Apache configuration file with the following command (type this in with no mistakes and press the return key).
    cp /etc/httpd/httpd.conf /etc/httpd/httpd.conf.copy
    Enter the following to open the Apache configuration (type this in with no mistakes and hit the return key).
    /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/httpd/httpd.conf &
    Locate and remove the # comment symbol from the following lines and save the file in /etc/httpd/httpd.conf.
    #LoadModule php4_module libexec/httpd/libphp4.so
    #AddModule mod_php4.c
    Exit the TextEdit application and quit out of the terminal application.
    Put the following web page into a file named greetings.php inside the folder Library/WebServer/Documents.
    <html>
    <head>
    <title>Experiment</title>
    </head>
    <?php
    echo "Greetings";
    ?>
    </body>
    </html>
    Once you have made these changes, you can reboot to activate the changes.
    Put the following into your browser to test the configuration.
    http://localhost/greetings.php
    You should see "Greetings" on a web page titled "Experiment".
    MySQL is a separate server that you need to download and configure to complete your web server.
    I hope this helps.
    Best regards - Greg

  • Mysql in dreamweaver

    It says that all I have to do to setup the MYSQL database connection in dreamweaver is to go to the + sign under databases and select mysql connection to create my connection to the database. Well in my version of dreamweaver cs3 that is not one of my choices. I get Custom connection string or Data Souce Name (DSN) how do I get my cs3 to let me choose mysql as one of the connections?????

    Have you set up your testing server and saved your files as PHP or ColdFuion fiels?  Database options will not be available of you are just working on a .htm page or non dynamic site.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF

  • Wishlist for Dreamweaver CS5 (from Adobe Website)  - Don´t let ADDT die.

    Wishlist for Dreamweaver CS5 from adobe site.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

    Hi Günter
    It's been a long time since I've been here. Hope life is treating you well.
    Tried a lot of other DW extensions in the mean time
    None of them match the robustness of ADDT
    Most are buggy, one shot ponies that miss the bigger picture of providing integrated tools for development. All I've tried are a closed shop of functions and variables that you have to navigate by hand if you want any sort of amended functionality - on the whole a pretty poor lot.
    And, I've looked at many of the off the shelf offerings that Adobe had told us that are clients wanted rather than bespoke solutions.
    And no, most don't want them - they still just want concise tools/interfaces that are easy to learn, use and do what THEY want them to do. Not behemoth collections of options, bells an whistles. Naturally some do and I'm happy to oblige (who wants to write a forum from scratch!). So its not clear cut either way as seemed to be implied a year or so ago.
    Yes, it would be nice just to have the toolkit useable from CS5
    - but as ever, the end users are out of the picture. Maybe there will be a new version, or completely new tools - that would be most welcome.
    We still need good data tools. Integration with databases (none of my clients want to pull data from HTML tables - no matter how clever that is) and
    CSS Style frameworks that take the grind out of positioning and styling every little item.
    Gadgets and Gizmos - YUI3 looks like the one with the most backing - judging from YUI2 - have to keep and eye on that.
    Let's hope Adobe have finally put back some functionality for php mysql developers with CS5
    and the the wilderness that DW has been in for the last couple of years grows some strong roots
    best regards
    Paul Taylor

  • Adobe AIR 1.5.2 Extension for Dreamweaver CS3

    I downloaded what I thought to be the updated version of Adobe AIR Extension for Dreamweaver CS3 for the new AIR 1.5.2 release, but it looks like the extension (Adobe_AIR_CS3.mxp) is still the 2008 version (exactly the same file size, and Dreamweaver overwrites the version number I manually input ("1.5.2") in the Adobe AIR configuration file with "1.5".
    Attention Dreamweaver and Adobe AIR teams: when will the extension be updated for AIR version 1.5.2?
    Thanks!

    Hum... did u set the Window to transparent???
    I don't use Flex, I use flash... here is my code...
    In AIR:
        //create the init options
        var options:NativeWindowInitOptions = new NativeWindowInitOptions();
        options.transparent = true; // set to transparent true
        options.systemChrome = NativeWindowSystemChrome.NONE;
        options.type = NativeWindowType.NORMAL;
        //create the window
        var newWindow:NativeWindow = new NativeWindow(options);
        newWindow.title = "A title";
        newWindow.width = 600;
        newWindow.height = 400;
        newWindow.stage.align = StageAlign.TOP_LEFT;
        newWindow.stage.scaleMode = StageScaleMode.NO_SCALE;
         // create html loader that will contain the SWF.
        var ld:HTMLLoader = new HTMLLoader();
        ld.width = newWindow.width;
        ld.height = newWindow.height;
        newWindow.stage.addChild(ld);
        //activate and show the new window
        newWindow.activate();
         // Load the html file... Case1.html
        ld.load(new URLRequest("Case1.html"));
    CASE 1.HTML CONTENT
    <html>
    <body>
    <embed src="Case1.swf" quality="high" bgcolor="#ffffff" width="550" wmode="transparent"
    height="400" name="Case1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </body>
    </html>
    I see nothing... Any ideas??? do I need to update my flash plugin ?

  • Problem when displaying images when working  with PHP, mysql and dreamweaver in a brower

    Hey Guys
    I am new to dynamic development but I already did some
    research and tutorials about how to get a dynamic web site working
    with PHP and Mysql in Dreamweaver. I set up a test page to view
    some content on it directly from the mysql database and it worked
    just fine in dreamweaver only when I pressed the
    live data view.
    When I tried to view the same page using the browser preview
    with firefox and internet explorer, plain text from the database
    was correctly displayed on the brower but the images were absent.
    In the mysql database I used the varchar as my picture data
    type field so that I will refer in dreamweaver in the data binding
    panel in the img.src to the picture column of my database.
    I anyone can tell me what am I doing wrong so that my
    pictures are not displayed in the browser when i click the browser
    preview facility in dreamweaver I would be very very and very
    pleased ! :)

    The odds are that it is the way that you have referenced the
    images rather
    than an issue with the database. If you have the images root
    relative like
    this "/images" then they will work in preview, and on the
    webserver, but
    will not view when looking at the file via localhost.
    If possible make the links page relative and then they should
    work fine.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "mariosal026" <[email protected]> wrote in
    message
    news:ea3nq2$9ol$[email protected]..
    > Hey Guys
    >
    > I am new to dynamic development but I already did some
    research and
    > tutorials
    > about how to get a dynamic web site working with PHP and
    Mysql in
    > Dreamweaver.
    > I set up a test page to view some content on it directly
    from the mysql
    > database and it worked just fine in dreamweaver only
    when I pressed the
    >
    live
    > data view.
    >
    > When I tried to view the same page using the browser
    preview with firefox
    > and
    > internet explorer, plain text from the database was
    correctly displayed on
    > the
    > brower but the images were absent.
    >
    > In the mysql database I used the varchar as my picture
    data type field so
    > that
    > I will refer in dreamweaver in the data binding panel in
    the img.src to
    > the
    > picture column of my database.
    >
    > I anyone can tell me what am I doing wrong so that my
    pictures are not
    > displayed in the browser when i click the browser
    preview facility in
    > dreamweaver I would be very very and very pleased ! :)
    >

  • Setting up mySQL database

    I'm trying to set up mySQL database on my mid 2009 15" macbook pro running snow leopard.
    I downloaded the dmg file and installed all three files on the dmg.
    I can't connect to the database through the terminal or through system preference panel.
    Does anyone have an idiot guide or walkthrough for setting up the database?

    I'm not sure if this is going to help you, I think I used it at the time I set up MySQL:
    http://superfancy.net/coding/php-mysql-apache-in-mac-osx-leopard/
    And there is also this:
    https://discussions.apple.com/message/12191291#12191291

  • Why cant i get mySQL in dreamweaver

    I cant get mySQL in dreamweaver. i need it to link my databases to my host.. i only have the trial atm.. do i need to purchase it first?
    cheers

    Best reach out to the producer for this query. You can find contact details if you click on 'about' on the producer name on the Add-on homepage on the Add-ons website.

  • Where to get installer for Dreamweaver CC

    Hi all,
    I am wanting to run an extension for Dreamweaver that is not yet compatible with DW CC 2014 (which Creative Cloud has installed). Does anyone have a link to the installers of the previous version (DW CC).
    Thanks in advance.
    Murray.

    Click «HERE» to visit this page first, before clicking any of the links in the table below – this is critical!
    If asked, sign in with your Adobe ID or take a minute to create one for yourself.
    Now close any windows that popped up and cancel any downloads that started.
    OK! Now you’re logged in at Adobe with the trials cookie set, so you can instantly download any of the software below. Just make sure you have enough disk space.
    Download the files either by clicking directly on the DDL links, or by right-clicking and choosing “Save Link As…” on the popup menu – and save all files to the same place.
    Windows: http://prodesigntools.com/trials3/AdobeProducts/DRWV/13/win32/Dreamweaver_13_LS20.exe
    Macintosh: http://prodesigntools.com/trials3/AdobeProducts/DRWV/13/osx10/Dreamweaver_13_LS20.dmg

Maybe you are looking for

  • New forum needed on SAP Event Management

    I currently run 2 forums with around 300 users on SAP Event Management. I had to create private forums because none is available on SDN. SAP Event Management is a seperate module that used to only exist on SAP SCM but it is now and add-on module for

  • Solaris 10 X86 11/06 Hangs on GUI Login Screen

    1) Solaris X86 11/06 installed on a Intel Core 2 Duo,S975XBX 10GB Partitioned for Solaris 20GB Partitioned for Linux 2) menu.lst edited to add support for Linux (To ensure linux boot options are not missed. ) Thanks to the article http://www.sun.com/

  • Linking to specific courses

    Hey everyone, I am trying to get my login script to also handle if there is a specific destination attached to the url. I append the destination ID to the string to send off to iTunes with the "&destination=12345" key pair added. When I send it off t

  • Label printing via email

    Hi all, i have to print label via email. how to do this? can anyonre give me step by step procedure to that. regards. suki

  • Range Partitioning of Table

    Hi all, I need to do range partitioning on a table using current system timestamp. sth like CREATE TABLE SAMPLE(ID NUMBER, SAMPLE_DATE TIMESTAMP)PARTITION BY RANGE(SAMPLE_DATE)(PARTITION P1 VALUES LESS THAN (LOCALTIMESTAMP)); Is there any way I can a