MYSQL remote access help needed

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
agvar
-


Joined: 08 May 2004
Posts: 5
Location: tennessee

PostPosted: Sat May 15, 2004 7:05 pm    Post subject: MYSQL remote access help needed Reply with quote

Ok i need to know how to allow access to mysql from another computer on my local network

thanks in advance

Agvar
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat May 15, 2004 8:06 pm    Post subject: Reply with quote

MySQL is just a database running in the background. If Abyss Web Server is available to anyone, then so is MySQL. You need to use/create a script in the language of your choice (most people here prefer PHP) and it can utilize the databse.

http://www.phpbb.com is a popular forum script that utilizes MySQL.
Also, get http://phpmyadmin.net to manage your databases.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
agvar
-


Joined: 08 May 2004
Posts: 5
Location: tennessee

PostPosted: Sat May 15, 2004 8:15 pm    Post subject: sorry wrong answere Reply with quote

i want to be able to connect to mysql via telnet from another machine on my local network to do this you need to set incomeing login premissions in mysql it has nothing to do with php or the webserver it's self
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat May 15, 2004 8:20 pm    Post subject: Reply with quote

I don't quite know how that would do you any good, but if you want to be able to execute commands on MySQL remotely, download the SSH client and server, (the secure version of telnet).

http://download.com.com/3000-2094-10247344.html?tag=lst-0-3
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
agvar
-


Joined: 08 May 2004
Posts: 5
Location: tennessee

PostPosted: Sat May 15, 2004 8:32 pm    Post subject: duh Reply with quote

you have to set log in premissions in mysql when mysql is installed the default is to allow only connections from the local machine and since the webserver is on the local machine it naturaly has access rights

what i need to know is how to grant access rights to a remote machine at ip xxx.xxx.xxx.xxx
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat May 15, 2004 8:59 pm    Post subject: Reply with quote

How is your databse being accessed?
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Sat May 15, 2004 10:49 pm    Post subject: Reply with quote

Managing MySQL with SSH on Windows.

http://dev.mysql.com/doc/mysql/en/Windows_and_SSH.html

The solution at the bottom of that page takes into account the localhost aspect. When you run an SSH server it will also be running on localhost - connecting remotely to the SSH server, the SSH server will connect locally to the MySQL and forward the results back to you. Basically, you'll have a standard command prompt accessing MySQL securely and remotely. You don't want to open your database up to direct access from other machines.

Check http://dev.mysql.com/doc/mysql/en/Security_guidelines.html

If you insist on doing it without SSH, http://dev.mysql.com/doc/mysql/en/Connection_access.html
Back to top View user's profile Send private message
agvar
-


Joined: 08 May 2004
Posts: 5
Location: tennessee

PostPosted: Sat May 15, 2004 11:09 pm    Post subject: Reply with quote

Ah yes thats just the information i was looking for thanks a bunch i looked all over that site for the info and couldent find it useing there search

once again thanks a bunch

this topic can be closed now :)

Anonymoose wrote:
Managing MySQL with SSH on Windows.

http://dev.mysql.com/doc/mysql/en/Windows_and_SSH.html

The solution at the bottom of that page takes into account the localhost aspect. When you run an SSH server it will also be running on localhost - connecting remotely to the SSH server, the SSH server will connect locally to the MySQL and forward the results back to you. Basically, you'll have a standard command prompt accessing MySQL securely and remotely. You don't want to open your database up to direct access from other machines.

Check http://dev.mysql.com/doc/mysql/en/Security_guidelines.html

If you insist on doing it without SSH, http://dev.mysql.com/doc/mysql/en/Connection_access.html
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger
mcwilliams132
-


Joined: 27 Jul 2003
Posts: 167
Location: Oshkosh, WI

PostPosted: Mon May 17, 2004 6:40 pm    Post subject: Re: MYSQL remote access help needed Reply with quote

agvar wrote:
Ok i need to know how to allow access to mysql from another computer on my local network

thanks in advance

Agvar


easiest solution I have is to use the MYSQL administration GUI app that was recently released.

attach to the database, and do all your administration from within the app...
_________________
::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!"
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group