Please take a look at this.
:: Installing MySQL Server
Please take a look at this
:: Installing PHPMyAdmin over Port
[ root ]# cd /usr/ports/databases/phpmyadminSelect MYSQLI to enable MySQL database server.
[ root ]# make config; make install clean

:: Configuration PhpMyAdmin
[ root ]# cd /usr/local/www/phpMyAdmin/
[ root ]# ee config.inc.php
<?php
/*
* Add configuration like :
*
*/
$cfg['blowfish_secret'] = '4fj8Rv15ZFls16Lei23qrn42';
$i = 1;
$cfg['Servers'][$i]['connect_type'] = 'socket';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['extension'] = 'mysqli';
?>
:: Testink
[ root ]# cd /usr/local/www/apache22/data/open your web browser clients, and goto url : http:/yourip/phpmyadmin or http://domain.tld/phpmyadmin
[ root ]# ln -s /usr/local/www/phpMyAdmin phpmyadmin

:: Links
+ GoogleBSD
+ PhpMyAdmin



0 komentar:
Post a Comment