Jump to content

Sending latest version to main server


Topshed

Recommended Posts

Hi . I am using

 

PHP ver 5.2.8

mySQL ver 5.1.30

 

I have backed up my database and tables to my WAMP server and I  have been cleaning them up and updating some of the records

 

My Question:  How do I transfer the latest table back to my Hosting  server so that it updates all the changes and the 2 tables match exactly

Preferably using phpMYadmin

 

Thanks

Topshed

Link to comment
https://forums.phpfreaks.com/topic/259853-sending-latest-version-to-main-server/
Share on other sites

the easiest way is through the command line, this can import a file about 100 times faster than phpmyadmin.

 

cd C:\wamp\bin\mysql\mysql5.1.xx\bin
mysql -h localhost --password=xxxxxx -u username databasename < C:\my_sql_file.sql

 

replace xxxxxx with your password, databasename with the name of your database and my_sql_file.sql with the name of your sql file

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.