SUBSCRIBE to see more of my Videos & hit that LIKE button to support the channel! Hi Everyone, in this tutorial I will be demonstrating how you can successfully …
Original source
SUBSCRIBE to see more of my Videos & hit that LIKE button to support the channel! Hi Everyone, in this tutorial I will be demonstrating how you can successfully …
Original source
7 responses to “Go MySQL Beginners Tutorial”
MongoDB + Go ???
When I try to insert something to the database, it says: panic: dial tcp 127.0.0.1:3306: connect: connection refused
How can I fix it?
Tnx for sharing. Would like to see how to INSERT and to get last_id
Hi, I want to share about error panic. I have panic: Error 1045: Access denied for user 'root'@'localhost' (using password: YES) and finally I can solve it. the error comes from connection to the database. check the db variable in the "root: password @ tcp (127.0.0.1:3306) / testdb" section. root for the database user name, password is filled with the database password if there is, if not using the password simply write as before. testdb is the name of the database. I thought wrong, I think tcp is the database name and testdb is the password. maybe someone like.
Thank you for providing this video.
Hi, thank you for this tutorial. I was able to implement it successfully.
But when I tried to enter an invalid database name, username or password, the first block of connection give me the database connection success. While it should have gone to the error block and printed an error. Can you please clarify and/or fix this behaviour?
sorry, to use what application for databases?
what a app in the quary testing?