Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I am moving to Zend server from Xampp such that I can easily run Zend Studio. I have an existing implementation og PHPmyAdmin and MySQL. These need to now be pointed towards the Zend server, which has it's own copy of Apache.

I am struggling to figure out how to do this - Many Thanks for your advice.

share|improve this question
I don't have experience with Zend Server.. But my guess i that you can download phpmyadmin (web or repository) and configure apache via a alias or by putting it on the root of your localhost web location (only if it's NOT a development server). Basicly nothing changed only the name. Also make sure your Zend Server has mysql installed on it – Ponsjuh Jul 11 '12 at 13:27
I usually just backup my databases and the kill the old installation and then let Zend Server CE install all of it (Then I restore the backups). Especially because ZSCE will use the ver 5.1.5 of Mysql, at least that was the last version I got. The good thing about ZSCE is when it's done it's done, all you have to do is your vhosts. – RockyFord Jul 12 '12 at 14:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.