Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AdmAckbar

  1. AdmAckbar

    Problem with mySQL connection permissions.

    Okay, I'm going nuts. It's been a little over two weeks, I've tried different things, and have had no luck. I went away to other projects and now I'm back again and no luck. I've broken down to using the simplest things. I'm sorry if I sound clueless but this is driving me nuts. For example, I...
  2. AdmAckbar

    Problem with mySQL connection permissions.

    I'm using ODBC, using native mySQL commands.
  3. AdmAckbar

    Problem with mySQL connection permissions.

    Off topic a bit, let me ask you a security question... If I'm developing an application for use, and that application will be constantly acessing my database, is ther a best practice on how the database should be connected. I'm not talking about SSL or anything like that. I just mean the login...
  4. AdmAckbar

    Problem with mySQL connection permissions.

    Ah thanks... I'm new to mysql. How would I change that access permission? I'll try tonight when I get home to make a new mysql user, give that new user acess to the database, and then alter permissions for that new user. Hopefully it'll be an easy find in the online manual.
  5. AdmAckbar

    Problem with mySQL connection permissions.

    I'm running mySQL locally on my computer. When I run my C# application I have the connect as string MySQLDBConnect = "DRIVER={MySQL ODBC 3.51 Driver};" + "SERVER=localhost;" + "DATABASE=filetransfer;" + "UID=********;" + "PASSWORD=********;" + "OPTION=3"; Everything works fine when it's set at...

Part and Inventory Search

Back
Top