SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE DREAMWEAVER:
Home
Dreamweaver Forum
Dreamweaver Tutorials
FAQ
Adobe Flash
Web Design
Re: Dreamweaver CS3 Database connections
Cow Forums
:
Adobe Dreamweaver
FAQ
•
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Dreamweaver CS3 Database connections
by
Brian Findlay
on Feb 20, 2009 at 5:32:18 am
I've use dreamweaver a few times for CMS development with MySQL, so I was curious myself.. Here's what I found as three "solutions", I don't know if it will help, but I hope so...
Best.. Brian
----------------------
(1) make sure you have granted access to your user: (run command line)
mysql> GRANT ALL ON databaseName.* TO 'your_mysql_name'@'your_client_host';
(2) sometimes when you create a user for hostname/ip:%
and you try to connect on localhost give this error so all you have to do is to create the user for hostname/ip: localhost
(3) i have just found out that when there is an account for anonymous user i cannot connect to database with my other valid non-root users. So i have removed anonymous account and all is fine.
You can remove anonymous account in MySQL Administrator or if you cannot connect to it with your root user you can try to remove anonymous user account by reconfiguring your MySQL instance with "MySQL Server Config Wizard". On one of the last pages there is a check box whether or not to create anonymous account. Do not check that.
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
Dreamweaver CS3 Database connections
by Steve Jones on Feb 20, 2009 at 1:27:58 am
Re: Dreamweaver CS3 Database connections
by Brian Findlay on Feb 20, 2009 at 5:32:18 am
Re: Dreamweaver CS3 Database connections
by Richard Williams on Feb 20, 2009 at 9:48:42 pm
Re: Dreamweaver CS3 Database connections
by Steve Jones on Feb 21, 2009 at 12:52:19 am
Re: Dreamweaver CS3 Database connections
by Richard Williams on Feb 21, 2009 at 1:25:55 am
Re: Dreamweaver CS3 Database connections
by Steve Jones on Feb 22, 2009 at 3:29:44 am
Re: Dreamweaver CS3 Database connections
by Richard Williams on Feb 22, 2009 at 4:34:47 pm
Re: Dreamweaver CS3 Database connections
by Richard Williams on Feb 21, 2009 at 3:26:28 pm
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key.
Read more...
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]