I want to put the information from my MySQL database to a DataGridView(DataGridView1).
My "MySQL" Columns are
ID, Username & Password
The connection string is
"server=localhost;user id=root;password=;database=exdb"
The table in my database(exdb) is "users" and I have all the necessary connectors, MySQL imports & Re & references in my project.
What should I do?