Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12589


Ignore:
Timestamp:
Sep 16, 2016, 10:01:01 PM (8 years ago)
Author:
Jun Omae
Comment:

InstallationIssue.

Install MySQL-python. See also MySqlDb#MySQLdb and https://packages.ubuntu.com/precise/python-mysqldb.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12589

    • Property Keywords mysql added; MySQL DB connection removed
    • Property Status newclosed
    • Property Resolutioncantfix
    • Property Milestone 1.0.14
  • Ticket #12589 – Description

    initial v1  
    11Hello:
    22Currently running the following:
     3{{{
    34Distributor ID: Ubuntu 16.04 xenial
    45apache2: Installed: 2.4.18-2ubuntu3.1
     
    6162    raise TracError(connector.error)
    6263TracError: Cannot load Python bindings for MySQL
    63 
     64}}}
    6465Used MySQL connection string from https://trac.edgewall.org/wiki/0.11/TracEnvironment and https://trac.edgewall.org/wiki/MySqlDb
    6566
    66 What is the proper way to make the connection to MySql?
     67What is the proper way to make the connection to MySQL?