A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.
Please welcome our newest member, freeza!
Spice up your web site with the ultimate community message board solution!
Fake Id'sGet fake Id's made right now!
vBSEOSearch Engine Optimization for your VBulletin Forum.
AdminFusion
»
MySQL Databases
| | #11 |
| | |||||
|
Title: Back in the Green Join Date: Feb 2006 Posts: 753 Location: Scotland ![]() ![]() ![]() | Defaintly, but he has only 3 and until he upgrade he has no other option if he wants to add a new forum to his site. I once set up IPB, MKPortal, a directory script (can't remember which one) and MediaWiki off of one database and only problem I had was it was a complete and total pain to use PhpMyAdmin to edit it. Site ran completely fine with 200+ tables in there. Didn't know about the Security Policy though, that may have been a prob if the host had noticed.
__________________ Bob's Bit of the Web Into Blogging? Want to talk about it or need help with something? Join us at the Blogging Café. | ||||
| |
| | #12 |
| | #13 |
| | |||||
|
Title: Back in the Green Join Date: Feb 2006 Posts: 753 Location: Scotland ![]() ![]() ![]() | Fare enough, so we are saying if we gets a new forum to do it if he hasn't upgraded yet, but as soon as he upgrades he should defaintly seperate them for security.
__________________ Bob's Bit of the Web Into Blogging? Want to talk about it or need help with something? Join us at the Blogging Café. | ||||
| |
| | #14 |
| | |||||
|
Title: Forum Junkie Join Date: Feb 2006 Posts: 3,630 Location: Holmfirth, England ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Ah, i wasnt aware it was possible to safely split them back into two databases, how could this be done quickly and efficiently. Please remember i have no expereince at editing and adding / removin database tables
__________________ | ||||
| |
| | #15 |
| | |||||
|
Title: Veteran Join Date: Jun 2006 Posts: 585 Location: New Delhi, India ![]() ![]() ![]() ![]() ![]() ![]() | If you are buying an already established forum, then you will be restoring that forums database. I am not sure changing the prefix of the existing and the db to be restore would be easy or not. Better option would be to restore the new forums database on your faq database, since the queries to the faq database would be lesser then on the forum database. | ||||
| |
| | #16 |
| | |||||
|
Title: Back in the Green Join Date: Feb 2006 Posts: 753 Location: Scotland ![]() ![]() ![]() | hmm, I have did it before and it is easy enough when you know what to do, but I'm not very good at giving descriptions of how to do things. Basically you need to export the tables for the forum you are moving then import them into the new databse and change the config settings on your board to point to the new database. Once you are certain it is working you can then drop the tables from the old database. Like I said I'm not the best at describing these things and it looks simple enough reading that if you've done it before ![]() If when the time comes that you need this, take a look through the database and see how you feel. If your not to happy about trying it give me a shout and I'll happily do it for you. At least if you have PhpMyAdmin (not to happy about working in databases with anything else )
__________________ Bob's Bit of the Web Into Blogging? Want to talk about it or need help with something? Join us at the Blogging Café. | ||||
| |
| | #17 |
| | |||||
| Title: Apprentice Join Date: Dec 2005 Posts: 155 Location: Philadelphia, PA ![]() ![]() | What Bob said. ![]() Five steps: dump, import, change config, verify, drop. Use phpMyAdmin or equivalent to dump the tables you are moving, then import the dump into the destination database. Alter the configuration of the software that uses the tables you copied to use the new tables. Once you are SURE everything works right, drop the tables from the old database. I've done this many times. Sometimes phpMyAdmin chokes on its own comments and you have to remove them from the dumped file. (I have a text editor with regex find/replace which will do that in one click. /^-- .*$/) And the DB I mentioned that has six applications' worth of data in it has "only" about 140 tables. (~30 per phpBB2, 70 for phpBB3, and 2, 7, and 3 for my three homebrew apps.) Not too big to manage with phpMyAdmin but by no means small either. Due to the prefixes all related tables are together. | ||||
| |
| | #18 |
| | |||||
|
Title: Forum Junkie Join Date: Feb 2006 Posts: 3,630 Location: Holmfirth, England ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | The Database with the FAQ on is rarely used, the one with the Gallery on is quite heavily used, as is the forums database. I have checked for phpMyAdmin, it appears it requires installing on another database (or a previous one) according to my servers Fantastico program
__________________ | ||||
| |
| | #19 |
| | |||||
|
Title: Back in the Green Join Date: Feb 2006 Posts: 753 Location: Scotland ![]() ![]() ![]() | Strange that it would need installing. Usually there is a link to it on the MySQL page where you create/delete your databases. As it comes with (in my experience anyway) the hosting account. You sure your not looking at phpadsnew in there
__________________ Bob's Bit of the Web Into Blogging? Want to talk about it or need help with something? Join us at the Blogging Café. | ||||
| |
| | #20 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extremely Angry and Depressed | Rocket 442 | Security and Legal Issues | 12 | 01-09-2008 11:02 PM |
| Need help converting please | AnnCP | SMF | 1 | 09-18-2006 05:02 PM |
| MySQL to Fight Oracle With Fire(bird)? | shellspeare | Graphics and Design | 0 | 03-01-2006 09:12 AM |
| MySQL 5 | gprime | Graphics and Design | 0 | 10-25-2005 02:34 AM |
| PostgreSQl vs MySQL | gprime | Handling Problem Members | 3 | 10-13-2005 07:50 AM |
