Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using home box as a win server, using mysqlcc to manipulate database..

Status
Not open for further replies.

spewn

Programmer
May 7, 2001
1,034
now the question is how i am able to export my database to a unix server.

i have built the 10 product database to test and build a website, but now i need to expand the content to more than 10 items. i don't want to build a big DB if i can't export it to a web server.

also, the server i am getting, (although it uses mysql) they use phpmyadmin to administer the DB.

any help?

- g
 
Select the DB then Export on the top tab.

To import, click on query windows and past the code created with Export.

MySQLcc is a good tool for importing data.

CocoaMySQL is the best tool for exporting and importing data.

 
run mysql dump. then run the output file in phpmyadmin...very simple and quick.

Bastien

Cat, the other other white meat
 
get phpmyadmin and use it to dump the db. it will create a sql file that you can

a. cut'n'paste into the sql window
b. copy to the server and load via phpmyadmmin

it won't matter how many products you have then.

Bastien

Cat, the other other white meat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top