View previous topic :: View next topic |
Author |
Message |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Tue Apr 27, 2004 4:38 pm Post subject: myphpadmin doesn't work on other computers |
|
|
when i go outsite my network and try to use phpMySQL it doesn't work...
i can log in nd everything but i can go to view my database structure or anything else in my phpmyadmin??
it's probably my setting or the way i installed phpMySQL but i'm not sure
any help would be appreciated... |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Apr 27, 2004 5:01 pm Post subject: |
|
|
phpMyAdmin in most tutorials tell you to setup
the URL for localhost only , if you read my tutorial
at http://os17fan.cjb.net than you will only be able
to access phpMyAdmin on your server Computer. |
|
Back to top |
|
 |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Tue Apr 27, 2004 5:59 pm Post subject: |
|
|
actually i did use your tutorial, and your php tutorial great instructions,
how would you modify the localhost to point to my domain name...
i was thinking of editing config.inc.php file but i dont want to mess anyting up |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Apr 27, 2004 9:41 pm Post subject: |
|
|
If you need to use phpMyAdmin remotely , than
change the setting in your config.inc.php file to
Code: |
$cfg['PmaAbsoluteUri'] = 'http://your-site.com/phpMyAdmin';
|
Don't change anything else but just
that one line, if you do , phpMyAdmin
will not work any more ! |
|
Back to top |
|
 |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Tue Apr 27, 2004 10:20 pm Post subject: |
|
|
i changed the
$cfg['PmaAbsoluteUri'] = 'http://www.alenx.net/phpMyAdmin';
and i'll see what happens
what about the
$cfg['Servers'][$i]['host'] = 'localhost';
is that suppost to be changed to |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Wed Apr 28, 2004 4:08 am Post subject: |
|
|
No, localhost is what you do. When you use your Domain Name, make sure that it is set up to your IP Address correctly. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|