achintverma / brands-mysql-dump

Database of all brands - MySQL Dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Database of all brands - MySQL Dump