Giter Site home page Giter Site logo

Comments (7)

ddebin avatar ddebin commented on June 10, 2024

php5-mysqlnd Debian package already includes pdo_mysql PHP module. Do you need something else ?

from bitbucket-pipelines-debian-8.

MBoretto avatar MBoretto commented on June 10, 2024

Sorry didn't know this. Is possible to have a version of mysql greater than 5.5 in order to support utf8mb4 collation? thanks

from bitbucket-pipelines-debian-8.

ddebin avatar ddebin commented on June 10, 2024

This image is based on Debian stable (Jessie as of 11/2016), MySQL server included is 5.5. But MySQL 5.5 fully support utf8mb4 collation, I use it myself.

from bitbucket-pipelines-debian-8.

MBoretto avatar MBoretto commented on June 10, 2024

I got this error:

PDOException: SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_unicode_520_ci'

Maybe collation 520 is not supported in this version?
Has Debian switched from MySQL to MariaDB?

from bitbucket-pipelines-debian-8.

ddebin avatar ddebin commented on June 10, 2024

SHOW COLLATION;show all collations, utf8mb4_unicode_520_ci is not available, I personally use utf8mb4_unicode_ci . Debian Jessie has both MySQL 5.5 and MariaDB 10.0.

from bitbucket-pipelines-debian-8.

ddebin avatar ddebin commented on June 10, 2024

If you are interested, I can start a branch with Debian Stretch (Testing), PHP 7 and MySQL 5.6.

from bitbucket-pipelines-debian-8.

MBoretto avatar MBoretto commented on June 10, 2024

Thanks but I built my own one that reflect the production environment (alpine 3.4): https://hub.docker.com/r/mboretto/bitbucket-pipelines-php-mysql/

Someone has already fork your repo to let it work with mysql5.6
Thanks for the hints!

from bitbucket-pipelines-debian-8.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.