Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MySQL Database Client Access
Name: KBB Date: September 21, 2004 at 18:03:48 Pacific OS: Linux Redhat 9 CPU/Ram: pent4 1.6 Ghz
Comment:
I want to allow some users on my Linux 9.0 web server to access a MySQL database on my server via the internet. They must be able to create and update tables in the MySQL database. Does anyone know of a MySQL client application that can connect to a MySQL database on a Linux web server across the internet? Also, what configurations would be necessary for this to be done?
Name: 3Dave Date: September 22, 2004 at 02:49:10 Pacific
Reply:
Not sure if this is what you are after, but you can achieve that with either perl, php or some other scripting language and a little knowledge of SQL queries and HTML.
0
Response Number 2
Name: drsmartman Date: September 26, 2004 at 08:52:42 Pacific
Reply:
You can use ODBC to access MySQL from a number of applications such as MS Access, MS Excel...you just need those users a.) to install the MyODBC driver for their system (Windows, Mac, Linux) and b.) make sure their user account has a host entry of % or a static IP address they are coming from. If these are coming accross the Internet, mind you that they are unencrypted. You may look into something like 'stunnel' to encrypt the communication depending on how sensitive the data is.
You can find a number of 'mysql gui client' on google. I haven't used many, but there seem to be a handful to choose from...
Summary: hello, I hope there is someone who might be able to assist me on this. I'm still learning to walk my way through linux, running Fedora Core 2. My Installation CD's got lost and recently I forgot [ :( ...
Summary: looking to port some of our clients to linux using open office and evolution we are curently using a database software that requires ibm as/400 client access well i can get the software to run with wi...
Summary: I am running Red Hat 7.2, I was thinking about setiing up MySQL database as a learning project. What I don't understand is if you setup the database on the server (I have my server configured as comm...