Code Monkey home page Code Monkey logo

docker-mysql's People

Contributors

bfirsh avatar thomasleveil avatar z2s8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-mysql's Issues

Add MySQL Timezone Support

MySQL normally uses timezone tables in its mysql databases. These are needed if you want to set the used timezone on a per-connection basis:

set time_zone = 'Europe/Berlin'

These tables are generated by the mysql_tzinfo_to_sql command: http://dev.mysql.com/doc/refman/5.5/en/mysql-tzinfo-to-sql.html

If you are trying to use the above command on the docker-mysql container, this fails with:
Unknown or incorrect time zone: 'Europe/Berlin'

Log Queries

Is it possible to log all MySQL queries to a file or stdout?

Run java fiile in LXC container

I created a docker image and installed java in that. How can i run a java file which is in my system through that container. Can a kinow about the commands and command line statements to compile and run a java file from anywhere by just using the docker image. How can i deploy an file to docker image?

Using AUFS: error while loading shared libraries: libz.so.1: cannot open shared object file: Permission denied

Following the instructions:

jhf$ docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=xehVg1IpVhEmlwRMG orchardup/mysql
WARNING: Local (127.0.0.1) DNS resolver found in resolv.conf and containers can't use it. Using default external servers : [8.8.8.8 8.8.4.4]
e6a16063663b99e39e615e4448b4f1f6ed3753ec4ba094f8bf4885d70d2ac473
jhf$ docker ps -a
CONTAINER ID        IMAGE                    COMMAND               CREATED             STATUS              PORTS               NAMES
e6a16063663b        orchardup/mysql:latest   /usr/local/bin/run    4 seconds ago       Exit 1                                  cranky_mccarthy     
jhf$ docker logs e6a
/usr/sbin/mysqld: error while loading shared libraries: libz.so.1: cannot open shared object file: Permission denied
jhf$ 

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.