sql

ER Diagram

How to generate an ER diagram from SQL using dbdiagram.io: step-by-step

This blog post shows how to go from an idea SQL schema to a polished ER diagram by using ChatGPT and dbdiagram.io. You’ll get a sample ChatGPT prompt, a working DBML (dbdiagram) schema for a Library Management System, step-by-step screenshots/handoff steps (what to click), tips for customisation, and ideas for extending the system. If you …

How to generate an ER diagram from SQL using dbdiagram.io: step-by-step Read More »

mysql

How to import sql database using Terminal?

Uploading the database to your XAMPP phpmyadmin is faster using Terminal than doing it from phpmyadmin. For this please follow the following steps. Open the Terminal and cd into the folder where the sql database you need to upload is located. Login to your mysql using the commondmysql -u”Your Username” -p”Your Password” If the terminal …

How to import sql database using Terminal? Read More »