colinwalton wrote:
> I have just installed MySQL and don't recall being asked
for a password or log in but now in Dreamweaver I need them to
log-into my database. Is there a generic logon I can use?
A new installation of MySQL is unsecured and permits
anonymous access
(no username, no password). The default superuser is called
"root", also
with no password. Even for local development, it's bad
practice to leave
MySQL unsecured.
http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/