Support for MySQL / MariaDB / PostgreSQL instances

Hello, in the linked thread, there was feedback that you would like to support MySQL, which would require Docker.

Will AMP supports SQL installation? - Questions - CubeCoders Support

I wanted to ask when we can expect this integration?

Thank you very much for your feedback

All of these templates are already in my database branch (as well as MongoDB), have been for some months

Will likely merge them into the main repo in the next little while

Docker isn’t required as such, but MySQL and PostgreSQL require additional packages, so docker is recommend, particularly for PostgreSQL (it is built from source so a lot of extra packages are required)

2 Likes

Hi. I am new to amp. I was wondering the same thing. I have a setup that isn’t using docker. How might i enable mysql integration and what version of packages do i need? we are using the recommended debian setup.

@Greelan

Add Greelan/AMPTemplates:database to your configuration repositories in AMP, then fetch latest

MySQL requires libaio1 and libncurses6. AMP will tell you that when creating the instance outside docker

You are a god amongst men! thank you.

Is there somewhere that I can go to learn how to configure this?

It just functions like you were logged into a MySQL server using the MySQL command line client. You run normal MySQL commands to create users, create databases, etc

MySQL itself has extensive documentation, otherwise there are plenty of tutorials online

I was hoping to figure out what to do about:

07:12:26: bash 
/bin/bash: line 1: jq: command not found
Invalid MySQL version format specified

it happens as soon as i press start. I tried filling in the Server Options File Settings text box, but that didn’t help

Install jq on your system

(I didn’t mention that as a dep, because installing AMP should have also installed jq)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.