Create a database, user and grant permission – Auto query generator for MySQL/PostgreSQL/InfluxDB

Spread the love
In development sometimes we need to create databases manually using SQL script. For this was created simple Javascript for fast creation queries to create the database, the user with password and grant all access to the created database for the created user.

All actions for generation make only on the client-side! Author or administration does not carry any for any data loss, invalid queries or something else. You are using this only on your fear and risk!

Enter parameters:

Database name: Username: Password:
Choose database:


Full queries:Minimized query:

Leave a Reply