How to Install TablePlus on Macbook
Install TablePlus
- Go to https://tableplus.com
- Click “Download for Mac and Install As is
- Connect your MariaDB to TablePlus by
- Clicking the Plus Sign and Select MariaDB
- Fill out the details below
-
- Name – (Connection Name, put anything)
-
- User – yourname (The username your created, before @localhost)
-
- Password – password123 (Password you set after the “IDENTIFIED BY”)
-
- Database – yourDB (Database name you created)
-
- HOST – Make sure it is 127.0.0.1 that means it is localhost
- Connect
- Add Tables
-
- Once you connected the TablePlus to your MariaDB, there is a Plus Sign at the lower right corner
Note : You can also Create Table using Command Line, check https://www.w3schools.com/sql/sql_create_table.asp for syntax