Hi Emmanuel,<div><br></div><div>Phpmyadmin installation is very simple. </div><div><br></div><div>Lets say you have downloaded the phpMyAdmin-3.5.1-all-languages.tar.gz package:</div><div><br></div><div>1* Untar it to a working directory of your choise (I prefer /opt for non default software)</div>

<div>So, cd to /opt and run tar -zxvf phpMyAdmin-3.5.1-all-languages.tar.gz</div><div><br></div><div>2* Create phpmyadmin config file, and edit it to suit your needs</div><div>cp /opt/phpMyAdmin-3.5.1-all-languages/config.sample.inc.php   /opt/phpMyAdmin-3.5.1-all-languages/config.inc.php</div>

<div><br></div><div>2* Create a file called phpmyadmin.conf in /etc/httpd/conf.d/ , with the follwing content</div><div><br></div><div>Alias   /phpmyadmin/            "/opt/phpMyAdmin-3.5.1-all-languages/"</div>

<div><br></div><div>3* Restart apache</div><div>service httpd restart</div><div><br></div><div>And you should be good. </div><div><br></div><div>Regards,</div><div>oz</div><div><br><div class="gmail_quote">On Fri, Jul 6, 2012 at 7:57 PM, LUSO <span dir="ltr"><<a href="mailto:info@lusodigital.com" target="_blank">info@lusodigital.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I will migrate many bluequartz servers to Blueonyx next month.<br>
I'm not an expert :(<br>
<br>
The way phpmyadmin is installed in BO doesn't work for me.<br>
I need a direct access by <a href="http://domain/phpmyadmin" target="_blank">http://domain/phpmyadmin</a><br>
<br>
How can I install a "regular" phpmyadmin in Blueonyx (64b) ?<br>
Any package ? In case of a regular installation can you give me a step by step ?<br>
<br>
That's really important for me.<br>
<br>
Regards<br>
<br>
Emmanuel<br>
<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br></div>