Connecting Heidi SQL to MariaDB in Debian
📑 5 slides
👁 9 views
📅 2/20/2026
📄 PDF
Introduction to MariaDB Setup
Update and install MariaDB server using sudo apt commands.
2
Connecting Heidi SQL to MariaDB
- Open firewall on Debian to allow MariaDB port 3306.
- Use LAN IP to connect Heidi SQL from Windows to Debian server.
- Enter user credentials and host details in Heidi SQL for successful connection.
3
Configuring Laravel Project
- Edit .env file in Laravel project to connect to MariaDB.
- Clear cache and migrate with seed data for initial setup.
- Seed people data in chunks for efficient database population.
4
Managing Data in MariaDB
- Login to MariaDB and count records in users, people, and edit_histories tables.
- Test insert operations to verify database functionality.
- View and manage data directly through Heidi SQL interface.
5
Conclusion and Next Steps
- Successfully connected Heidi SQL to MariaDB and configured Laravel.
- Verified data insertion and counting operations in MariaDB.
- Next: Implement user permissions and search functionalities.
1 / 5