Click to See Complete Forum and Search --> : Dreamweaver + Php


hebisr
12-01-2002, 09:10 PM
Hey guys just wondering (new to the game)


I have MyphpAdmin installed w/MySql and phpAdmin (all works well)

Here's the deal:
I have Dreamweaver MX and I would like to be able to access my tables via PHPAdmin into DweaverMX

when using the Db connection box in(DMX); Should the ID/Password be the same as the one we have for MyPHPAdmin
in order the access the Database?

This thing can get a little confusing:
Is this making any sense?
Thanks in advance...............

twilson
12-01-2002, 11:12 PM
hebisr,

I don't know crap about Dreamweaver, but if you're using a login/password with phpMyAdmin that works for logging in, I see no reason you shouldn't be able to use it elsewhere.

Just a forewarning, there are different types of logins for MySQL DB's. There's full-access, write/read, and read-only logins. Should you use a full-access login in your code and someone by chance gets it, it won't be pretty if they use it maliciously.

Hope this helps in some way,
Tom :)

cahva
12-02-2002, 04:42 AM
Yes and no. I recommend that you create user for some of your table in phpMyAdmin and use that user and passwd in DreamweaverMX.

hebisr
12-02-2002, 08:19 PM
I really appreciate the help guys.......have a good one.