Skip to main content
Participant
July 3, 2008
Question

Uploading databases created by Dreamweaver

  • July 3, 2008
  • 3 replies
  • 355 views
I have been studying a Dreamweaver book on PHP that also involves databases created in, and included with, Dreamweaver. But... where do I upload a Dreamweaver database file too... so that Dreamweaver can find it on my remote linux server?

Is there a kind of "standard" directory that all databases are stored in on linux servers? If so... what would it be called?

Any assistance you may provide would be greatly appreciated. Thanks in advance.

Have a GREAT Day!
This topic has been closed for replies.

3 replies

Inspiring
July 3, 2008
Or NaviCat, or PHPMyAdmin....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"matthew stuart" <webforumsuser@macromedia.com> wrote in message
news:g4ipg1$p2v$1@forums.macromedia.com...
> All of this can be acheived with the likes of a GUI such as MySQL Front or
> Heidi SQL. You can link in to your remote DB and transfer the data with
> such
> GUI's. You will need to ensure your connections file is updated with the
> remote
> servers details, and the DB's username and password.
>
> No requirement to type, just click buttons and hey prestoyou have exported
> your DB to remote DB. Very easy and it saves me masses of time.
>

Inspiring
July 3, 2008
All of this can be acheived with the likes of a GUI such as MySQL Front or Heidi SQL. You can link in to your remote DB and transfer the data with such GUI's. You will need to ensure your connections file is updated with the remote servers details, and the DB's username and password.

No requirement to type, just click buttons and hey prestoyou have exported your DB to remote DB. Very easy and it saves me masses of time.
Inspiring
July 3, 2008
newtechguy wrote:
> I have been studying a Dreamweaver book on PHP that also involves databases
> created in, and included with, Dreamweaver. But... where do I upload a
> Dreamweaver database file too... so that Dreamweaver can find it on my remote
> linux server?
>
> Is there a kind of "standard" directory that all databases are stored in on
> linux servers? If so... what would it be called?
>
> Any assistance you may provide would be greatly appreciated. Thanks in
> advance.
>
> Have a GREAT Day!

From your local installation of MySQL you would need to export your
tables complete with data, and then in your live installation you would
import them.

Steve