Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
deb13:phpmyadmin [2026/09/26 10:39] – [apache2 Configuration] Bernard Condraudeb13:phpmyadmin [2026/09/26 10:42] (current) – [apache2 Configuration] Bernard Condrau
Line 101: Line 101:
 </Directory> </Directory>
 </code> </code>
-  - Enable the configuration and restart apache:<code>$ sudo a2enconf phpmyadmin+  - Enable the configuration, check the configuration, and restart apache:<code>$ sudo a2enconf phpmyadmin 
 +$ sudo apachectl configtest
 $ sudo systemctl restart apache2</code> $ sudo systemctl restart apache2</code>
   - Create a regular MariaDB user for the purpose of managing databases through phpMyAdmin, if you haven't done that yet when configuring MariaDB. You would create a user that has privileges to all tables within the database, as well as the power to add, change, and remove user privileges, with this command. Whatever privileges you assign to this user, be sure to give it a strong password as well:<code>$ sudo mariadb   - Create a regular MariaDB user for the purpose of managing databases through phpMyAdmin, if you haven't done that yet when configuring MariaDB. You would create a user that has privileges to all tables within the database, as well as the power to add, change, and remove user privileges, with this command. Whatever privileges you assign to this user, be sure to give it a strong password as well:<code>$ sudo mariadb