Kayako logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Jr2swiss Offline
New Member
 
Posts: 3
Join Date: Feb 2007
Installing SupportSuite with cpanel - database help please - 04-02-2007, 04:34 PM

Can anyone tell me how to install Kayako with cpanel. Manual.kayako.net doesn't cover cpanel db creation. I know how to create the database but I don't know what the db name should be.

I created a db called kayako_suite but after I created the db it renamed itself to gp32z2_kayakosuite. I tried to set a username and password but it wouldn't work. You can check out the error that I get at http://www.gp2xstore.com/support/

Is there a specific step that i'm missing or am I naming the database wrong? Any help would be appreciated.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,858
Join Date: Aug 2006
Location: Mumbai, India
04-02-2007, 04:53 PM

You can name the db to anything you want. Usually on cPanel the created dbname is cpaneluser_dbname (chosen by you). Make sure you enter the same dbname in /config/config.php. Once entered correctly it should work fine.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,451
Join Date: Jan 2006
Location: United Kingdom
04-02-2007, 04:54 PM

Creating the database in cPanel:
  1. Go to MySQL.
  2. Under "New Database", enter a database name. Do this in the knowledge that it will be renamed to yourcpanelusername_databasename by cPanel.
Create the database user in cPanel:
  1. Go to MySQL.
  2. Under "Current Users" type in a database username and password. These can be anything you like. Do this in the knowledge that the username will be renamed to yourcpanelusername_username by cPanel.
Adding the database user to your database in cPanel:
  1. Go to MySQL.
  2. Under "Add Users To Your Databases" select the username you have just created, followed by the database you have just created.
  3. Check the "ALL" box and leave all others unchecked.
  4. Click "Add User To Database"
Configuring SupportSuite to connect to this database
  1. Assuming you have the following database name: cpanelusername_ssdb
  2. Assuming you have the following database username: cpanelusername_supportsuite with password 45y24g24g
  3. Open up config/config.php and add the respective values, as in the example shown below:
Code:
/**
* DATABASE HOSTNAME
*/
$_DB["hostname"] = "localhost";

/**
* DATABASE USERNAME
*/
$_DB["username"] = "cpanelusername_supportsuite";

/**
* DATABASE PASSWORD
*/
$_DB["password"] = "45y24g24g";

/**
* DATABASE NAME
*/
$_DB["name"] = "cpanelusername_ssdb;
And you should be good to go

Note: Within a normal cPanel installation, you should use localhost as your database hostname as shown above.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,858
Join Date: Aug 2006
Location: Mumbai, India
04-02-2007, 05:02 PM

Could not explain it better. Good job!



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
Jr2swiss Offline
New Member
 
Posts: 3
Join Date: Feb 2007
04-02-2007, 05:34 PM

Thank you for the quick responses. Got it up and running now.
   
Reply With Quote
Reply

Tags
cpanel, database, installing, supportsuite

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Import eSupport database into SupportSuite one9 SupportSuite, eSupport and LiveResponse 0 02-09-2006 04:32 AM
supportsuite module for the iono database mikeloi SupportSuite, eSupport and LiveResponse 1 29-08-2006 12:28 AM
Trouble installing SupportSuite pixelito Installation & Upgrading 1 01-04-2006 04:08 PM
cPanel Piping - SupportSuite mstorman E-mail Piping Issues 11 23-03-2006 08:52 PM
Showcase: SoftAir & DemoWolf partner for complete SupportSuite customizations demowolf Marketplace 0 21-03-2006 02:09 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47