Changes

How to forge a local file system server with IGEPv2 Board

227 bytes added, 12:00, 3 November 2011
no edit summary
=== MySQL + PHPmyAdmin ===
<pre>sudo apt-get install mysql-server mysql-client phpmyadmin</pre>
When we are installing MySQL, we configure it entering password for root MySQL database. Also when we are installing phpmyadmin we should choose: configure database for phpmyadmin with dbconfig-common, type root MySQL password again,&nbsp; type phpmyadmin password database, choose apache2 confiuration .<br>
Restart Apache:<pre>sudo /etc/init.d/apache2 restart</pre>  Make a simbolic link to phpmyadmin:<br><pre>sudo ln -s /usr/share/phpmyadmin /home/adminserver/web/phpmyadmin</pre> With phpmyadmin you can handle your mysql databases (managing databases, tables, fields, relations, indexes, users, permissions, etc) via web browser. It is useful if you for Owncloud or another program than uses MySQL.<br>
= Enabling Automatic Updates =
4,199
edits