If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > connecting to database from other site which is not allowed to see the password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-05, 08:24
source source is offline
Registered User
 
Join Date: Oct 2005
Posts: 1
connecting to database from other site which is not allowed to see the password

Is it possible to connect to a mysql database from an other site which is not allowed to see the password, like to have a portal and then offer some open-source mini portals to collaborate with yours.

Any ideas?
Reply With Quote
  #2 (permalink)  
Old 10-28-05, 05:09
yellowmarker yellowmarker is offline
Registered User
 
Join Date: Jul 2004
Location: Dundee, Scotland
Posts: 107
store the password as a MD5 hash? Else here is a way to call a php file from another site:

<iframe src="http://www.x.com/test.php" frameborder="0" scrolling="no" "width=100%" height="100%">
</iframe>
Reply With Quote
  #3 (permalink)  
Old 10-28-05, 09:56
jfulton jfulton is offline
Registered User
 
Join Date: Apr 2005
Location: Baltimore, MD
Posts: 297
Couldn't you just set up a user in your database 'anonymous'@'%' with no password? And make sure that user doesn't have too many privileges...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On