TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

TestLink Tutorial

Enable MySQL extensions in PHP.ini

TestLink Tutorials

Introduction

On this page, we will learn to enable MySQL extensions in php.ini for the TestLink application. If we are configuring and installing the TestLink application manually, we need to enable MySQL in the PHP configuration.

Error Indication

Warning! Your PHP installation don’t have the MySQL extension mysql- without it is impossible to use TestLink.

 

MySQL Extensions

 

php.ini setting

We can enable the MySQL modules in the php.ini configuration file. Locate the configuration file on the machine hard disk.

Open the file with an editor.

Enable or add the following configuration parameters to the file.

extension=mysqli
extension=pdo_mysql

 

MySQL extensions are .dll files on the Windows environment that are located in the ext folder of the PHP installation directory. We need to make sure to set the extension_dir directive to reflect the changes.

For example:

; On windows:
extension_dir = "c:\php\ext"

Related Posts

TestLink Bitnami Cloud Image

TestLink Tutorial /

TestLink Bitnami Cloud Image

Apache Server Configuration

TestLink Tutorial /

TestLink REST API Apache Server Configuration

TestLink Install on Domain

TestLink Tutorial /

Install TestLink Software via CPanel Platform

Test Suite Import Export TestLink

TestLink Tutorial /

Import/Export TestSuite in TestLink

TestLink Tutorial /

Commercial Alternatives to TestLink Tool

‹ MySQL TestLink Database Configuration› Install Apache HTTP Server on Ubuntu Linux

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version