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

getting existing php site into DW

New Here ,
Mar 03, 2010 Mar 03, 2010

I've taken over the maintenance and design of an existing site.

I am familiar with DW, currently working on CS3 on a mac.

I've installed MAMP, it and apache are running.

I also created a new site in DW, connected to the existing site and downloaded all of the files to my local drive to work from.

I backed up the multiple databases using the cpanel on the existing site.

It is saved as filename.sql on my local machine.

When I try to import it via phpadmin I get an error saying access denied.

What to try, where to go from here?

Thanks

TOPICS
Server side applications
303
Translate
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 ,
Mar 04, 2010 Mar 04, 2010
LATEST

A .sql file is simply a text file that contains the necessary SQL commands to restore a database and its contents, or to move it to another server. Because of the way it's designed, phpMyAdmin cannot import anything bigger than 2 MB. Also, you need to create an empty database with the same name in order to be able to import the data and structure.

Translate
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