You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the .env file with my mysql connection string and even tired using cargo sqlx prepare -D string_here but both get ignored and try to connect to root@localhost, instead of raizo@localhost.
I setup the
.envfile with my mysql connection string and even tired usingcargo sqlx prepare -D string_herebut both get ignored and try to connect to root@localhost, instead of raizo@localhost.