Geekpedia • Programming tutorial: Connecting to MySQL with C# and ODBC
Geekpedia • Programming tutorial: Connecting to MySQL with C# and ODBC:
only thing I had to do more than specified here is type this in mysql console.
"grant all on pbd_database_name.* to user_loing_name@127.0.0.1 identified by ‘my_sected_pass’;"
Oh, and if you don't find Data Sources (ODBC) in your Control Panel, just Win+R odbcad32.exe.
only thing I had to do more than specified here is type this in mysql console.
"grant all on pbd_database_name.* to user_loing_name@127.0.0.1 identified by ‘my_sected_pass’;"
Oh, and if you don't find Data Sources (ODBC) in your Control Panel, just Win+R odbcad32.exe.
0 Comments:
Post a Comment
<< Home