Ask a Question related to Dreamweaver AppDev, Design and Development.
-
maccman #1
Mysql 4.1 and Dreamweaver
I'm having trouble connecting to a mysql 4.1 database using dreamweaver. When
ever I try and do so a message says that the application cannot authorise
itself. I've used dreamweaver with earlier versions of mysql. Is there any way
round this?
Thanks
Visit [url]http://www.alexmaccaw.co.uk[/url] for quality websites
maccman Guest
-
mysql dreamweaver
:confused; I really need some expert help here! Im just trying to follow a simple tutorial. The tutorial is about makeing a login, registration,... -
PHP mySQL + Dreamweaver
My BIG problem, (as posted in a previous reply) I'm following the tutorial http://saladamixta.com/images/pseudos.jpg. I've found in forums a... -
MySQL with Dreamweaver.....?
I have been trying to get MySQL working with Dreamweaver, but it seems impossible.... When I try to test the MySQL connection I always get: "An... -
Dreamweaver PHP MySQL connections
change your mysql server to just localhost (without the http part) On Thu, 21 Aug 2003 20:01:57 +0100 "Graham Thomson"... -
MYSQL and Dreamweaver
Apparently I have not installed, or configured something correctly. Basics, Windows XP, IIS, MySQL 4.0.1.3 - Dreamweaver MX. I have installed... -
David Powers #2
Re: Mysql 4.1 and Dreamweaver
maccman wrote:
The password encryption system was changed in MySQL 4.0, so if you are> I'm having trouble connecting to a mysql 4.1 database using dreamweaver. When
> ever I try and do so a message says that the application cannot authorise
> itself. I've used dreamweaver with earlier versions of mysql. Is there any way
> round this?
using previous data migrated from an earlier version of MySQL, you will
need to update the grants tables. Instructions are in the MySQL
documentation at
[url]http://dev.mysql.com/doc/mysql/en/upgrading-grant-tables.html[/url]
MySQL 4.1 requires more up to date code libraries. You may also need to
update your version of PHP.
--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
[url]http://computerbookshelf.com[/url]
David Powers Guest



Reply With Quote

