Comments on How to Install MySQL Server with phpMyAdmin on FreeBSD 11

In this tutorial, we will install MySQL with phpMyAdmin along with Apache web server with PHP 5.6. MySQL is a free and open source relational management system. It stores data in tabular format. It is the most popular way of storing the data into the database. phpMyAdmin is also a free and open source application used to administrate a MySQL server instance through a rich graphical user interface.

7 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: hackensolo

Hi,

good job, but I have this error when I'm try to connect to phpmyadmin : #1862 - Your password has expired. To log in you must change it using a client that supports expired passwords.

By: till

Try to login to mysql on the shell and change the password there:

 

mysql -u root -p

By: Mike

Instead phpMyAdmin I see php-code:

<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Main loader script * * @package PhpMyAdmin */ use PMA\libraries\Message;...

By: steve

On my install the phpMyAdmin package had a slightly different name so I needed to use the command:

pkg install phpMyAdmin-php56

By: Aryeh Friedman

This procedure does not work past lang/php71 because the -extensions package/port for 72 and 73 do not have mcrypt

By: PHP libraries are obsolete

pkg install mod_php74 php74-session php74-xml php74-ctype php74-openssl php74-filter php74-gd php74-json php74-mysqli php74-mbstring php74-zlib php74-zip php74-bz2

By: thetime23

thanks for the great manual