Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

Stein Christensen
Stein Christensen
1,518 Points

JSON data type in PHPMyAdmin

Is there any way to work with JSON datatypes in phpMyAdmin like this tutorial talks about:

https://scotch.io/tutorials/working-with-json-in-mysql

I'm getting errors from phpMyAdmin when I try to create attributes with JSON data types. I'm currently on version 4.7.4

Thanks in advance!

1 Answer

Jordan Hoover
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jordan Hoover
Python Web Development Techdegree Graduate 59,268 Points

Hmmm, phpMyAdmin is just a way of getting to a sql database, so it should work the same. Why are you looking to use JSON? And are you working with WordPress?