MYSQL

MYSQL


  1. To connect to MYSQL Database and start chatting, you need a few credentials. Connect to your database on MYSQL Workbench, and click on Databases, then select Manage Connections. 

 

 

  1. You can now see all the required credentials – username, password, hostname and port. Database name can be found in the schema list. 

 

 

  1. Once you have all those ready, click on Add Sources and select Connect Database 

 

  1. After that, from the drop-down menu, select MYSQL, and fill in the details – Connection name could be anything you want to name it on Quills and rest everything can be found in your MYSQL Workbench. Test the connection and save it. 

 

 

  1. Once you saved the connection, you can start chatting and generating SQL queries! You can even bookmark important questions, create charts, look at the grid, connect to the integrations and much more! 

 

 


    • Related Articles

    • MariaDB

      To connect to MariaDB on Quills and start chatting, you need a few credentials. Firstly, connect to the database using MYSQL command-line. After that, enter this command for the connection details: SELECT CURRENT_USER(), CURRENT_CONNECTION(); This ...