Giter VIP home page Giter VIP logo

Comments (5)

smiles1969 avatar smiles1969 commented on June 20, 2024

Appears its related to the name field with varchar 255, if I reduce the field max it creates the table.

I was getting "index column size too large. the maximum column size is 767 bytes"

from plugin_flowview.

cigamit avatar cigamit commented on June 20, 2024

there is nothing in that table definition that says more than 255 chars. so, i'm not clear as to where you are going.

from plugin_flowview.

smiles1969 avatar smiles1969 commented on June 20, 2024

Since I am using the utf8mb4 character set, it uses 4 bytes per char instead of 3 (utf8). Since this table is using the name varchar 255 field for indexing, I cannot exceed 191 chars (191*4=764).

from plugin_flowview.

cigamit avatar cigamit commented on June 20, 2024

oh, now that makes sense. that column does not need an index anyway. so, it was removed. thanks for testing that. are you working on any translations?

from plugin_flowview.

smiles1969 avatar smiles1969 commented on June 20, 2024

I am not working on any translations, I believe mb4 was a recommendation, not a requirement, when I set up this new dev box using mysql 5.7 and a fresh install of cacti 1.0.0 dev branch.

Thanks!

Closing ticket.

from plugin_flowview.

Related Issues (20)

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.