Difference between revisions of "IMAGEBROWSER"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
==Create Database== | ==Create Database== | ||
'''In phpMyAdmin: | '''In phpMyAdmin:''' | ||
Create a database, for example imagebrowser. | '''Create a database, for example imagebrowser.''' | ||
Use collation utf8mb4_unicode_ci. | '''Use collation utf8mb4_unicode_ci.''' | ||
Import:''' | '''Import:''' | ||
<pre> | <pre> | ||
Revision as of 16:19, 29 May 2026
Server Setup
1. upload contents to web folder
Even if PHP is already installed, confirm MySQL and GD support:
sudo apt update sudo apt install php-mysql php-gd exiftool php -v php -m | grep -E 'pdo_mysql|gd'
Create Database
In phpMyAdmin:
Create a database, for example imagebrowser. Use collation utf8mb4_unicode_ci. Import: