• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Huendin

#1
.NET Platform / Re: Connection to MySQL
April 13, 2008, 10:32 PM
Oh yeah. Putting "MySql.Data.dll" in a bin folder, that's in the same directory fixed the issue of having to have people install the whole thing. I don't know if anyone cares. You probably all knew this, but I'm happy I figured it out lol.
#2
.NET Platform / Re: Connection to MySQL
April 13, 2008, 10:20 PM
Quote from: Smarter on April 13, 2008, 09:11 PM
Quote from: Hell-Lord on April 13, 2008, 08:07 AM
No, you will need to distirbute it with your application.

Are you positive? I believe you ran my Nerve app and that coding I posted is in that app, and it uses MySQL Connector.

He probably had the connector installed. I'm guessing the DLL in the bin folder substitutes for people having to install the whole thing.
#3
.NET Platform / Re: Connection to MySQL
April 13, 2008, 03:59 PM
Quote from: betawarz on April 13, 2008, 10:20 AM
Quote from: NicoQwertyu on April 13, 2008, 02:08 AM
Yes, you can use a wildcard rather than specific IP addresses. Yes, allowing any IP address to access your server compromises security. However, that is how information security works; you need for find a balance between security and availability.

Thankfully this is possible with MySQL. Just create an account specifically for your application, which you should have done in the first place because I hope you're not coding your admin logon information into your application. Allow any host to connect using this account. Only give this account SELECT authorization.

Ahh I'll change that right now to only SELECT authorization :P

About that Connector/Net Installation..I thought all you had to do was provide a .dll. Is there anyway to get past having to have people, that use the .exe, install the connector/net?
#4
.NET Platform / Re: Connection to MySQL
April 13, 2008, 03:29 AM
So the Connector/Net only needs to be installed when coding this file. People that use the executable I'll create won't need to install it too, right?
#5
.NET Platform / Re: Connection to MySQL
April 13, 2008, 03:14 AM
Thank you very much for the extra commands Smarter. Yeah after a half an hour or so on google I finally figured out I needed that and got it installed.

..and yeah I think I'll compromise the security a bit. Thanks.
#6
.NET Platform / Connection to MySQL
April 13, 2008, 12:55 AM
I figured out how to get my vb program to connect to my database. The problem I was having is that I didn't realize I had to go into cpanel and give my IP access to connect to the database. Alright, here's the new problem.

I'm trying to create vb.net login code that I will put into all of my applications I create. The goal is to, when the user opens up my program, have him have to get a successful login confirmation from a remote mysql database. The problem is that, right now, it seems that I have to manually add IP's to the access list just to let login to the database. I was wondering if I set up a wildcard in the access list that allows all IPs(which in turn would allow anyone using my program at least try to login), would that compromise a lot of security to databases?

I'm sorry if this is the wrong section to post this in.
#7
Quote from: FrostWraith on April 09, 2008, 09:31 PM
Quote from: Huendin on April 08, 2008, 08:15 PM
A saw a lot of replies of C++. I talked to my professor today and he said that colleges tend to focus on C# rather than C++ to try to lure students away from the malicious possibilities that come with knowledge of C++. That's how it seems to be with Purdue. Does that seem to be true in your area/college?
I go to purdue and it seems that all my engineering courses have C/++ mainly integrated with it.

Ahh yeah most of our engineering classes teach a little bit of C++. Well thanks for all of your answers. I'm going to go through them again, and do a little more research within my own college as to what classes are offered. Thanks again.
#8
A saw a lot of replies of C++. I talked to my professor today and he said that colleges tend to focus on C# rather than C++ to try to lure students away from the malicious possibilities that come with knowledge of C++. That's how it seems to be with Purdue. Does that seem to be true in your area/college?
#9
What's a couple good programming languages that are worth going to college for?..as in still going to be around, obviously remodeled, in 10 years.