i have only one mysql database and have used it.
how can i use another MySQL dependent script
how can i use another MySQL dependent script
| vignesh_natraj wrote: |
| i have only one mysql database and have used it.
how can i use another MySQL dependent script |
| vignesh_natraj wrote: |
| i have only one mysql database and have used it.
how can i use another MySQL dependent script |
| Stubru Freak wrote: | ||
Try table prefixes, like phpbb does, it makes all tables like this: phpbb_users phpbb_posts etc Or don't you mean this? |