Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Problems logging into new MySQL database

Participant ,
Jan 15, 2007 Jan 15, 2007
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?
TOPICS
Server side applications
245
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 15, 2007 Jan 15, 2007
LATEST
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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines