Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 896 Bytes

File metadata and controls

32 lines (21 loc) · 896 Bytes

← Back to Docs Index

🖥️ MySQL Server Setup Ubuntu

Image Perfect requires a local MySQL 8.0+ server.


📋 Temporary Instructions

Full step-by-step setup directions for Ubuntu are coming soon. For now, here’s the basic outline:

  1. Install MySQL:
sudo apt update
sudo apt install mysql-server

  1. Set up users
    • Configure your root password.
    • Create a dedicated ImagePerfect user with full access to the imageperfect database.
  2. Run the database setup commands.

📚 Helpful Resource:

I recommend following this guide: How To Install MySQL on Ubuntu 22.04 (DigitalOcean)

This guide is written for Ubuntu Server, but the steps are nearly identical on a regular desktop install.