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

Uploading databases created by Dreamweaver

New Here ,
Jul 02, 2008 Jul 02, 2008

Copy link to clipboard

Copied

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!
TOPICS
Server side applications

Views

331
Translate

Report

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
LEGEND ,
Jul 03, 2008 Jul 03, 2008

Copy link to clipboard

Copied

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

Votes

Translate

Report

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
Enthusiast ,
Jul 03, 2008 Jul 03, 2008

Copy link to clipboard

Copied

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.

Votes

Translate

Report

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
LEGEND ,
Jul 03, 2008 Jul 03, 2008

Copy link to clipboard

Copied

LATEST
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.
>

Votes

Translate

Report

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