1

I don't know if this is the place to ask, but I'm desperate. So I've trying to make a connection with SQLTools on VSC, but it won't work. I think it is making the connection, but it's just not showing up. I don't know why this is, but I've tried re-installing both the extensions and MySQL itself. It also gives an error for an old database or connection that I thought had been deleted. I don't know how to delete a connection and how I am supposed to make a new one. Please help me. Thanks in advanceHere is a picture of the VSC screen and the error at the bottom right. I also don't know what the error is in the SQL console

Shadow
  • 33,525
  • 10
  • 51
  • 64
polelord
  • 45
  • 6
  • You can't use `MySQL` command on `Git` or any other VCS. You can use that command in `MySQL Workbench`. – jkalandarov Jan 10 '22 at 17:44
  • Yeah but it's more about the fact that my connections don't show up and idk what the error in the bottom right is (might have something to do with it) – polelord Jan 10 '22 at 18:32
  • `Structured Query Language` is a query language to `read`, `write`, `update`, and `delete` data in the database. if you want to see if you have established a connection to your database through your `server`, first you need to create a server in one of the programming languages. – jkalandarov Jan 11 '22 at 05:14
  • @polelord did you resolve it ? – Eeshan Sep 30 '22 at 09:41

1 Answers1

0
  1. Just press Ctrl + shift + p and search for SQLToolsManagement: Delete connection https://i.stack.imgur.com/5aqSO.png

  2. Delete all the previous connections

  3. Now add new connection

This worked for me.