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 > Help with Mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-03-06, 17:08
Theswaphut Theswaphut is offline
Registered User
 
Join Date: Oct 2006
Location: Milwaukee,WI
Posts: 2
Exclamation Help with Mysql

I am new to the whole mysql scene. I have two options that I can use. Need help figuring out which is best and easiest.

1) Create a cron job that will copy user account from one database to the other so that the user can use the same username and password to login to both sites that have the same database setup but will have differnet items. Also this job will need to only run like so many times a day and only transfer new user account so that it does not bogg down the server.

2) Setup the two dtabases to share the same user database. I think this will be the more comlicated one. Any help would be greatly appreciated.

Thanks in advance for any help.
Reply With Quote
  #2 (permalink)  
Old 10-04-06, 12:47
Ach Ach is offline
Registered User
 
Join Date: Mar 2004
Posts: 370
setup a security mechanism (access db, LDAP server or anything out of mysql) to authenticate the username,pass.
Think that your solution should be scalable and intuitive. also if there are really same databases with different items you may concern using views inside mysql to provide some sort of access security.
-Good luck
Reply With Quote
  #3 (permalink)  
Old 10-04-06, 22:11
Theswaphut Theswaphut is offline
Registered User
 
Join Date: Oct 2006
Location: Milwaukee,WI
Posts: 2
How do I edit tables inside of myphpadmin. I need to make a changes to one of my tables so that it gets it's information from another database.
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