Closed Thread
Results 1 to 5 of 5

Thread: Connecting to MySQL database

  1. #1
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Connecting to MySQL database

    I'm trying to connect to a MySQL with VB.NET. I have the code to do it but the problem is the server address. I've tried with the url of my server and the IP too but it doesn't work. Since the database is extern I can't use localhost as the address.

    Anyone got any ideas?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Connecting to MySQL database

    Are you trying to connect to your CC database? If so, it is blocked by the firewall and the grant tables on MySQL.

  4. #3
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Connecting to MySQL database

    So it's impossible?

  5. #4
    Jordan Guest

    Re: Connecting to MySQL database

    No, it can be enabled but is risky for your database if you do not have strong passwords. Tell me a bit about what you are trying to do?

  6. #5
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Connecting to MySQL database

    This is not for the game actually. It's just a side project I have wanted to do but I haven't had enough knowledge before.

    So if it's possible to make it risky just for one database(not all on the server) it would be fine, since the info I want to store is not so secret actually. It's some info created by my VBprogram that should be stored in a website. Now the user have to manually upload 3 htmlpages after each update but now I have the knowledge to just give them one line of code to add to their website and then just select "upload to database" in the VBprogram and the website will automatically be updated using PHP and Javascript.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Beginner Connecting to MYSQL Database!
    By Epatron in forum PHP Tutorials
    Replies: 7
    Last Post: 08-16-2011, 11:14 AM
  2. Connecting to MySQL with Java
    By Coldhearth in forum Java Help
    Replies: 4
    Last Post: 12-24-2008, 08:16 AM
  3. Connecting to a Database
    By reachpradeep in forum Java Help
    Replies: 3
    Last Post: 03-04-2007, 10:52 AM
  4. Connecting to MySQL without DSN
    By dirkfirst in forum Managed C++
    Replies: 8
    Last Post: 10-07-2006, 07:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts