By Wai_Wai on
Hi.
I have downloaded some modules (eg banner, flexinode).
There're 2 SQL, (ie *.mysql, *.pgsql).
I use MySQL, cPanel, phpadmin.
I'm not sure what I do with the file *.mysql.
Should I install it in my existing database?
Or do I need to create a new database and install that *.mysql?
Thanks.
Comments
Do this
Open the *.mysql file in an editor.
Start PHPMyAdmin from your cPanel
Select the existing database that has the other Drupal tables in it (Do NOT create a new database)
Click on SQL
Paste the contents of the *.mysql file and click Go
The table will be created.
Repeat for the other mysql file you have.
Enjoy ...
--
Drupal development and customization: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba
When do I need new database
Is it true that no module need to create new database, ie
what they do is to simply modify the database?
Actually in what conditions will I need to create a new database (only when I use another CMS?!?) ?
Thanks. :P
depends..
Hi
If u want to install another drupal site or another cms you need another database.
Sunny
www.gleez.com
From what you say, I only
From what you say, I only need to create another one if I install additional CMS. And it seems no module will need a whole new database themselves.
Am I right?
yep
Yep, you're right.
Modules don't require new database. They need to add tables to the existing database.
Sunny
www.gleez.com