Test site question
-
I have a website that I am making changes to live and I have decided to create a test site in dreamweaver to stop annoying people by making changes live.
It took forever, however I installed apache, php and mysql and now I have downloaded my database from the remote server and now I am trying to upload that database to my computer. However, I have had no luck.
I just tried:
mysql -u root – p DATABASE < nameOfSQLdatabase.sql
&
mysqldump -u root – p DATABASE < nameOfSQLdatabase.sql
I got no error message it looks like it went through, but still no data?
I have also tried connecting direct to my remote host from the test server and the homepage localhost.localdomain shows
No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance.
Can someone give insight as to how I can accomplish this? Thanks
- The topic ‘Test site question’ is closed to new replies.