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

mysql upload

Guest
May 25, 2006 May 25, 2006

Copy link to clipboard

Copied

hi i have a mysql database on my local machine which i need to upload to the webserver, how do you do this ?

can you use ftp?
TOPICS
Advanced techniques

Views

242

Translate

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 ,
May 25, 2006 May 25, 2006

Copy link to clipboard

Copied

quote:

Originally posted by: JohnGree
hi i have a mysql database on my local machine which i need to upload to the webserver, how do you do this ?
can you use ftp?

Depends on what the owner of the webserver permits. What did he say when you asked him?

Votes

Translate

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
Engaged ,
May 26, 2006 May 26, 2006

Copy link to clipboard

Copied

LATEST
You need to look into mysqldump, it creates a flat text file with all the SQL to recreate your db online. If your hosting company have a solution like phpMyAdmin installed that will recreate the whole db for you from this file.

Votes

Translate

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
Resources
Documentation