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

an unidentified error has occured? trying to connect with database for forms

Guest
Mar 14, 2012 Mar 14, 2012

I am new to website development and have been using dreamweaver for my website.


I am using WAMP server and have all my files on the host.


In dreamweaver when i add the database details:

connection name : connlogin

mySQLserver: localhost

username: root

password:

select database:

when i go to choose a database i get the error "an unidentified error has occurred"???


i try typing the database name and click test and still get the same error messages. all the tutorials i have been following say it should show the databases...


Just for clarity i have created my database and tables. I need to link my forms to the database.


I have searched online on various forums and cant seem to find a solution that works.


if anyone can help it will be much appreciated.


Thanks

TOPICS
Server side applications
1.7K
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
Community Expert ,
Mar 14, 2012 Mar 14, 2012

Is WAMP running (the little icon by the clock is green)?

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
Guest
Mar 14, 2012 Mar 14, 2012

yes it running and its green... thanks for the suggestion lol

i hate getting stalled like this!

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
Community Expert ,
Mar 14, 2012 Mar 14, 2012
LATEST

Log into phpMyAdmin.  Right hand frame, look for Privileges at the top.  Can you verify that either % (wildcard) or "localhost" is listed for the user under the "host" field? And that the user has either all privileges or the necessary privileges on the database.

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