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

Uploading database files to another computer

Enthusiast ,
Aug 19, 2009 Aug 19, 2009

I created a web form that inserts records into a mySql database and also emails the information. I have also created an Admin section where the records can be viewed and modified. The files are on my computer and everything was tested on my server. Now I need to transfer all these files to the company that needs them and I am wondering about what is the best way to transfer the database. I used phpAdmin to create the tables and store the database. My first thought, which is probably wrong, is to recreate the database in phpAdmin and then just transfer the files. (There are only two tables.) I don't see any other way of doing it. Does anyone have a better idea?

TOPICS
Server side applications
517
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
Advisor ,
Aug 20, 2009 Aug 20, 2009

Just go to your local database and export your SQL then import into live database.

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
Enthusiast ,
Aug 20, 2009 Aug 20, 2009
LATEST

Thanks. I am not sure how to do that, but I will figure it out.

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