Re: Help: Dreamweaver Database Conncetion Problem (PHP/MySQL)
From: EricRobineau (ericrobineau_at_yahoo.fr)
Date: 10/28/03
- Next message: *** HAWK: "Re: setup phpmyadmin local machine"
- Previous message: Barton: "Order of commands, simple input validation"
- In reply to: sk: "Re: Help: Dreamweaver Database Conncetion Problem (PHP/MySQL)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Oct 2003 10:25:58 +0100
OK thanks for your help :)
"sk" <steve-no-spam@hatless-dot-com-without-the-spam.com> wrote in message
news:SMjnb.34907$ao4.70399@attbi_s51...
> I'm sure your PHP and Apache have no problem connecting to your
> database. You probably can't connect to MySQL from outside the server,
> though, which is the norm on cheap hosting providers. Some other
> providers do let you do it but only after you GRANT privileges to users
> on remote machines (like you and your copy of Dreamweaver). Ask your
> provider if you can connect to MySQL remotely. If not, don't fight it.
> It's probably not up for debate and you get what you pay for.
>
> If your hosting provider doesn't allow remote connections to MySQL, then
> no, you can't use Dreamweaver (or any other remote database tool) for
> rapid development the way you're i. If you want to use Dreamweaver,
> you'll have to develop against your own installation of
> Apache/PHP/MySQL, use an local project directory layout and database
> design as close as you can manage to the live one, and then FTP the
> files as-is to the host for testing. Once you get the hang of it it can
> be manageable.
>
> EricRobineau wrote:
>
> > Hello
> > I'm learning PHP/MySQL -- I've done a small testsite that works
> > locally on my computer (see DW settings below) -- but I don't manage
> > to transfer that site to a free PHP/MySQL host (see other settings
> > below)
> >
> > The free host I found offers a PHPMyAdmin interface to create my
> > database and an FTP connection to upload my PHP website -- So I can
> > create my database, I can upload my PHP site but the problem is that I
> > can't connect both together :-(
> >
> > Most PHP hosting plans are PHP/MySQL/PHPMyAdmin ... isn't it possible
> > to use dreamweaver with that kind of hosting plans ? How can I connect
> > my database then ?? Do you know another (better) free and working host
> > so I can try before buy any more sophisticaded hosting plan ???
> >
> > As you might notice I'm quite a newbie in PHP so maybe I missed
> > something obvious ... but I really don't know what I is ;-)
> >
> > Thanks for your help
> >
> > here are my actual settings:
> >
> >
> >
>
- Next message: *** HAWK: "Re: setup phpmyadmin local machine"
- Previous message: Barton: "Order of commands, simple input validation"
- In reply to: sk: "Re: Help: Dreamweaver Database Conncetion Problem (PHP/MySQL)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|