MySQL
Connect to MySQL databases in Arctype.
To begin, select the desired workspace for your new MySQL data source. Then, click the gear icon and select
Manage connections

Once the connections modal appears, click
+ Add Connection
and select PostgreSQL
. Then, enter your credentials or paste a connection string into the Connection URL
input: 
For details on the inputs of each connection, see below. After writing down your values, test your connection and save. You're all done!
Name your connection
is primarily for you to keep track of your connections. (optional)Host
is the hostname of your database serverPort
is where it is hosted. The default is3306
User
is your usernamePassword
is the password for your database- For
Database
, use the name of your database
You can also learn more about different types of MySQL connections by checking out the Arctype resource guides.
Check out our blog post on how you can use MySQL and Arctype to do some incredible things. This post will teach you more about importing data into Arctype.
You might also find this blog post about performing a full-text search interesting.
Last modified 1yr ago