Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 472 Bytes

Brands Database MySQL Dump

This is a mysql dump of over 7000+ brands you can use for your projects.

Version

1.0.0

Installation

Just download the mysql dump file and import it using tools like phpmyadmin (https://www.phpmyadmin.net/) or MySQL Workbench (https://www.mysql.com/products/workbench/). You can also import the file into your database using following terminal command (works in mac / linux).

mysqldump -u username -p dbname > brands.sql