PDA

View Full Version : relocating the database


steelduck
27th of April 2002 (Sat), 06:11
Hello

I would like to copy the exhibition grom my Solaris box to my laptop. I have allready installed the mysql, the php and the apache to my Win2000 laptop.

I have copied the content from apaches ../htdocs directory to my laptops ../htdocs directory.

How can I copy the database from Solaris to Win2000 laptop?

Kristian

Pekka
27th of April 2002 (Sat), 14:37
Install phpMyAdmin, and use the following settings to create a dump of the database:
http://photography-on-the.net/ee/support/dump.gif

Then install phpMyAdmin on target machine, create a database (same name is not needed if you change connect.php to match) and read the dump file to the database. This is done by using the 'browse' command in 'Run SQL Query/queries on database' form.

http://phpwizard.net/projects/phpMyAdmin/

Also, remember to edit path infos in EE to match the new system.

steelduck
30th of April 2002 (Tue), 05:22
Thank you, that worked. Is there a command that I could you to find/replace all the path info in the database. That would make it REALLY easy to relocate the EE.

Kristian