Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Nemesis Fixx

@Nemesis Fixx
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Programmers vs. The Rest Of The World [modified]
    N Nemesis Fixx

    enigma and anything like gregorian chants swallows me into my own divine code, and keeps the world out :)

    The Lounge css mobile visual-studio com sales

  • Failed To Connect MySQL via C#
    N Nemesis Fixx

    Well, after rummaging through the MySQL .NET API Documentation and failing to find a clue, i decided to change the connection string to a different one like this: my Original : "server=localhost;database=db;uid=root;password=abcdaaa" in the API : "Database=db;DataSource=localhost;UserId=root;Password=abcdaaa;"; New Hack: "Database=db;DataSource=localhost;UserId=root;Password=abcdaaa;Port=3308"; /*This worked bcoz i realised i had configured MySql to listen on port 3308, tried changing it back to 3306 (default) with no success, until i decided to add the 'Port=3308' to the MySQL connection string.*/ :laugh:

    C# database help csharp mysql sysadmin

  • Failed To Connect MySQL via C#
    N Nemesis Fixx

    I don't think, because i have just used those very parameters to log into the database via the MySql Adminstrator (GUI), and can clearly see the database. could it be a result of having a session running with those very details in the Adminstrator? :confused:

    C# database help csharp mysql sysadmin

  • Failed To Connect MySQL via C#
    N Nemesis Fixx

    am working on a micro-finance accounting system, and i have decided to use MySQL as the database. I have installed MySql 4.01, and have everything including the Server, Admin, and connector installed and running fine. Am currently trying to test a means of loading data into a datagridview from one of the tables in the MySql db. But app fails when i try to open a connection to the db: MySqlConnection con = new MySqlConnection("server=localhost;database=pets;uid=root;password=alchemy@6"); con.Open(); //creates error "Access denied for user 'root'@'localhost' (using password: YES)" can someone help me?

    C# database help csharp mysql sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups