View previous topic :: View next topic |
Author |
Message |
agvar -
Joined: 08 May 2004 Posts: 5 Location: tennessee
|
Posted: Sat May 15, 2004 7:05 pm Post subject: MYSQL remote access help needed |
|
|
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 |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 15, 2004 8:06 pm Post subject: |
|
|
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 |
 |
 |
agvar -
Joined: 08 May 2004 Posts: 5 Location: tennessee
|
Posted: Sat May 15, 2004 8:15 pm Post subject: sorry wrong answere |
|
|
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 |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 15, 2004 8:20 pm Post subject: |
|
|
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 |
 |
 |
agvar -
Joined: 08 May 2004 Posts: 5 Location: tennessee
|
Posted: Sat May 15, 2004 8:32 pm Post subject: duh |
|
|
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 |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 15, 2004 8:59 pm Post subject: |
|
|
How is your databse being accessed? _________________ Bienvenidos! |
|
Back to top |
 |
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
|
Back to top |
|
 |
agvar -
Joined: 08 May 2004 Posts: 5 Location: tennessee
|
Posted: Sat May 15, 2004 11:09 pm Post subject: |
|
|
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 :)
|
|
Back to top |
|
 |
mcwilliams132 -
Joined: 27 Jul 2003 Posts: 167 Location: Oshkosh, WI
|
Posted: Mon May 17, 2004 6:40 pm Post subject: Re: MYSQL remote access help needed |
|
|
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 |
|
 |
|