View Single Post
  #3 (permalink)  
Old 03-30-2008, 10:31 PM
NoisyTech NoisyTech is offline
Junior Member
 
Join Date: Mar 2008
Posts: 5
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
NoisyTech is on a distinguished road
Default

I guess all of your script use Mysql Database. To use any database from script you need three entity
1. Database Name ( Separate database is created to create logical block)
2. Username
3. Password

All of your script will need this three entity..you can use same value for all script ..(just make sure that now two script create table with same name) . In short create your own database and user from Cpanel and modify all script to use same information.

I hope this will solve your issue.

Thanks,
Reply With Quote