Skip to content
Snippets Groups Projects
tips.html 1.47 KiB
Newer Older
  • Learn to ignore specific revisions
  • Jared Hancock's avatar
    Jared Hancock committed
    <div id="t1">
    <b>Helpdesk Name</b>
    <p>The name of your support system e.g [Company Name] Support</p>
    </div>
    <div id="t2">
    <b>Default System Email</b>
    <p>Default email address e.g support@yourcompany.com - you can add more later!</p>
    </div>
    <div id="t3">
    <b>First Name</b>
    <p>Admin's first name</p>
    </div>
    <div id="t4">
    <b>Last Name</b>
    <p>Admin's last name</p>
    </div>
    <div id="t5">
    <b>Email Address</b>
    <p>Admin's personal email address. Must be different from system's default email.</p>
    </div>
    <div id="t6">
    <b>Username</b>
    <p>Admin's login name. Must be at least three (3) characters.</p>
    </div>
    <div id="t7">
    <b>Password</b>
    <p>Admin's password.  Must be five (5) characters or more.</p>
    </div>
    <div id="t8">
    <b>Confirm Password</b>
    <p>Retype admin's password. Must match.</p>
    </div>
    <div id="t9">
    <b>MySQL Table Prefix.</b>
    <p>osTicket requires table prefix in order to avoid possible table conflicts in a shared database.</p>
    </div>
    <div id="t10">
    <b>MySQL Hostname</b>
    
    <p>
    Most hosts use 'localhost' for local database hostname. Check with your
    host if localhost fails.
    </p>
    <p>
    Default port set in php.ini is assumed. A non-standard port number can be
    specified as <code>hostname:port</code>
    </p>
    
    Jared Hancock's avatar
    Jared Hancock committed
    </div>
    <div id="t11">
    <b>MySQL Database</b>
    <p>Name of the database osTicket will use.</p>
    </div>
    <div id="t12">
    
    Jared Hancock's avatar
    Jared Hancock committed
    <p>The MySQL user must have full rights to the database.</p>
    </div>
    <div id="t13">
    <b>MySQL Password</b>
    <p>MySQL password associated with above user.</p>
    </div>