Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: please help me how to solve mysql connection.

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Location
    Bangalore
    Posts
    15
    My Mood
    Confused
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default please help me how to solve mysql connection.

    please look into the attachment the error denied me access connection
    Attached Images Attached Images


  2. #2
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: please help me how to solve mysql connection.

    The image is almost unreadable on my computer. Consider posting a description of it, along with the context (what you did to generate that dialog.)

    If it's a MySql question, consider searching that database's documentation.

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Location
    Bangalore
    Posts
    15
    My Mood
    Confused
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: please help me how to solve mysql connection.

    but its so clear snap short. yes its MSQL database connecting testing error

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: please help me how to solve mysql connection.

    Try describing the problem without the use of the picture.
    Did you read the documentation's comments on the error?
    Always post the full text of any error messages with your code and question.

  5. #5
    Junior Member
    Join Date
    Jun 2013
    Location
    Bangalore
    Posts
    15
    My Mood
    Confused
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: please help me how to solve mysql connection.

    the error is ..... connection failed: [HY000] [MySQL][ODBC5.1(w)Drive] Access Denied for user 'ODBC'@local host (Using password: yes)

  6. #6
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: please help me how to solve mysql connection.

    Did you read the reference I gave to you in your other post? (please don't start another post on this same subject - this and your other post may be merged in the near future by the moderator staff)

  7. #7
    Junior Member
    Join Date
    Jul 2013
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: please help me how to solve mysql connection.

    Try "root" "root"
    Experienced a similar kind of a problem before , when i am using MySQL Administrator. Didn't managed to find any solution for that.Some of the guys r saying it is a glitch or some thing.

Similar Threads

  1. connection of jdbc with mysql
    By bhagyashree devji in forum What's Wrong With My Code?
    Replies: 2
    Last Post: January 21st, 2013, 09:46 AM
  2. Problem Configuring Connection Pool, DataSource, with MySQL, Tomcat 6
    By eboraks in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: July 11th, 2011, 10:50 AM
  3. [SOLVED] Connection to MySql Database
    By dego89 in forum JDBC & Databases
    Replies: 8
    Last Post: May 26th, 2011, 08:56 AM
  4. Datsource connection with mysql, need help
    By zidan007 in forum JDBC & Databases
    Replies: 1
    Last Post: December 7th, 2010, 02:24 AM
  5. problems with connection to mysql database
    By thepower in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 20th, 2010, 02:59 AM