Mysql client mac. Jan 25, 2023 · Top MySQL clients for Mac Sequel Ace.

Mysql client mac. TL;DR: My personal favorite for Mac is TablePlus.
Mysql client mac Sep 20, 2020 · I try to install install mysqlclient on mac in a virtual env with the following: pip3 install mysqlclient I get the following error: Collecting mysqlclient Using cached https://files. I have downloaded the "world. For more information, see Section 6. The listed items are provided as links to the corresponding download pages where you can fetch the necessary files. Perfect Web Development Companion Whether you are a Mac Web Developer, Programmer or Software Developer your workflow will be streamlined with a native Mac OS X Application! Download the package from http://dev. PREV HOME UP NEXT Command-line: Install the mysql client for your system. com In addition to the core installation, the Package Installer also includes Chapter 3, Installing a MySQL Launch Daemon and Chapter 4, Installing and Using the MySQL Preference Pane, both of which simplify the management of your installation. Nov 2, 2021 · What is MySQL Workbench? MySQL Workbench is a GUI tool to manage your database. Jan 13, 2013 · I have mysql client set up and running. Jun 7, 2021 · I just purchased a new Macbook Pro with the M1 chip after ensuring that homebrew would work natively on it. This started after I reinstalled homebrew to switch to the M1 (arm) version. Needed workbench specifically for the ERD generation. Today we’ll be looking at some MySQL clients we can use on Mac to view these databases. Modern, native client with intuitive GUI tools to create, access, query & edit multiple relational databases: MySQL, PostgreSQL, SQLite, Microsoft SQL Server, Amazon Double-click the MySQL installer package from the disk. If you're not sure which to choose, learn more about installing packages. Sep 22, 2021 · Here's a summary of what to do to install mysqlclient through pipenv on a M1 mac (For intel, just the homebrew root path is different): First, install homebrew according to https://brew. It is named according to the version of MySQL you have downloaded. 3 it might be named mysql-8. Finder opens. Mar 18, 2022 · I’m trying to install Python interface to MySQL (mysqlclient 2. I'm now working through a chapter all about selecting records based on criteria. If you only want the standard MariaDB Client tools: Deselect "Database instance". For more information, see Chapter 2, Installing MySQL on macOS Using Native Packages. mysql-client is a Linux package that provides the mysql command and client libraries. "Free" is the primary reason people pick DBeaver over the competition. If you encounter any issues with automatic detection, or if you're on a Linux system, follow the subsequent manual configuration steps below. Learn More » Customer Download from My Oracle Support (MOS) » Trial Download from Oracle edelivery » Developer Download from Oracle OTN » The MySQL Shell is an interactive Javascript, Python, or SQL interface supporting development and administration for the MySQL Server and is a component of the MySQL Server. Gives you access to MySQL Databases on local and remote servers. Aug 14, 2024 · MySQL Workbench is a unified visual tool that acts as a database client for MySQL database servers. 0. Any recommendations on good free-GUI for Mac? Jul 26, 2023 · 官方 MySQL 客户端 mysql 是最广泛使用的 MySQL 客户端,不过,还有一些其他不错好用的 MySQL 工具也可以了解一下: MySQL Schema 比较同步工具汇总; 八款免费 & 开源的 SQL 客户端; Top MySQL GUI Clients; MySQL Shell (mysqlsh),在 MySQL 8. Jun 14, 2022 · Go to MySQL website > Downloads > Community (GPL) Downloads > Community Server > Download. Beekeeper Studio also works great on Chromebooks, Raspberry Pi 3+, and maybe even the odd toaster or fridge (if they run Linux). The MySQL Shell provides: Both Interactive and Batch operations MySQL does not separate the server and client downloads, so you basically just need to download the entire MySQL version -- while it will download the binaries for the server it won't actually start or set-up a server unless you explicitly intend to. pkg file shown in the May 7, 2017 · Brew now also has package mysql-client, so you don't need to install the full mysql package just in order to get tools like mysqldump; It's sufficient to run brew install mysql-client. To deal with MySQL Clients for Mac, developers choose for Mac OS MySQL client tools instead of working through a console. It has cross-database (PostgreSQL, Redshift, MySQL, MariaDB, SQL Server, Cassandra, SQLite) and platform (Mac, Linux, Windows) support. Deselect "Backup utilities". Sqlectron # Sqlectron is lightweight SQL client with simplicity in mind. pkg file shown in the Native Package Installer, which uses the native macOS installer (DMG) to walk you through the installation of MySQL. SQLPro for MySQL. 1 TablePlus TablePlus is the MySQL client I'm using currently. TL;DR: My personal favorite for Mac is TablePlus. The SQL client for Mac OS provides a simple Native Package Installer, which uses the native macOS installer (DMG) to walk you through the installation of MySQL. tar. MySQL Workbench is available in 3 editions – Community, Standard and Enterprise. To be able to install and run MySQL Workbench on Windows your system needs to have libraries listed below installed. Features include: + Syntax highlighting (including customizable themes). Nov 13, 2021 · As per the readme for mysqlclient, on macOS you will need to install pkg-config and mysql or mysql-client: # Assume you are activating Python 3 venv $ brew install mysql pkg-config $ pip install mysqlclient Feb 7, 2013 · None of the answers here worked for me. These tools offer a wide range of features and are easy to use. As of MySQL 8. 13-x86_64. Supported versions: Microsoft Windows 10 or later versions; 1 day ago · MySQL Enterprise Edition. MySQL Workbench Community Edition is free to use and open source. Aug 4, 2017 · To install MySQL client run this command in your terminal: how to connect to a mysql url from mac using mysql-client. 0) for use with Django project (to be developed in MS Code) on my MacBook with M1 chip. Download the file for your platform. When I’m trying to install mysqlclient for p Aug 3, 2022 · 1. I would therefore like to import a larger database to play around with. The only MySQL client query tool you'll ever need! Download for free to connect query MySQL easily with DbVisualizer. It has a simple & beautiful interface. MAS CLI. I have added and created databases and tables manually, no more than about ten records and fields. For more information, see Section 2. 3, “mysql Client Logging” . 1 TablePlus permalink. I tried to download mysql client using pip but gives the Sep 9, 2023 · またMac App Storeでも公式にコンスタントにアップデートがされているので安心面も高いです。 MySQL Workbench Windows版もあるので使っている方は多い印象です。 Feb 11, 2020 · Macのローカルに作った開発環境のmysqlに接続はしたいけどサーバーはインストールしたくなかったのでメモhomebrewの確認homebrewはインストール済みであることが前提です$ bre… I used TablePlus at work, and it was amazing. - SQLPad. sh/ (to install packages in a unified place, or you can choose not to use it, just you have to find out the path of all the required libraries) Jul 20, 2023 · MySQL Workbench also includes database backup, recovery, and performance optimization tools. 0. View, search, edit, import, export, build, configure, and monitor your MySQL and compatible databases easier than ever before. What are MySQL GUI Clients for Mac? MySQL GUI clients are software applications used to provide a graphical interface for users to interact with MySQL databases. More MySQL Tools # MySQL Shell provides the advanced capabilities. For legal information, see the Legal Notices. Download Sequel Ace today from the macOS App Store!. 25 Trying to install mysqlclient for setting up connection with django but failing with the below output: Collecting mysqlclient Using cached mysqlclient-2. Dec 7, 2009 · The above should be an answer to a generic "How to install MySQLdb library in Python3 (venv) on MacOS using brew" - However, as of 16 May, 2021, brew vanilla installs in /opt/homebrew, and mysql-connector-c and mysql-client have now been merged, so in short, brew install mysql-client, then follow the same ZSH/BASH recommendation, and change the We use a cross-platform app development framework to make sure that you get the best MySQL GUI client experience, regardless of whether you use MacOS, Windows, or Linux. Apr 19, 2019 · Connecting to MySQL from Python in MacOS is a very problematic and painful process. sql" file from mysql. server start:Mac再起動後に自動的に再起動しない みたいです。ネット上で調べた際にどちらもよく使われていたので気になって調べました。 ログイン Note: MySQL 8. Feb 25, 2021 · When it comes to databases, MySQL is a big player and widely used. MySQL Workbench is one of the most popular MySQL GUI tools available for Windows, Linux and Mac. py install' for m May 28, 2016 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. MySQL Server 8. Download the package from http://dev. com/downloads/shell/. To run MySQL, select Apple logo > System Preferences > MySQL. May 10, 2024 · How to install MySQL client on Mac terminal? To install the MySQL client on the Mac terminal, first, ensure MySQL is installed. On OS X, the dmg you downloaded and installed provides both the server mysqld and the client mysql , so you don't need a separate client package. How to link mysql-client installed from Homebrew with diesel-cli? 11. I have searched over the web but only found instructions on installing the MySQL server. Para ello tienes este otro comando: Mar 28, 2022 · They praise MySQL for its low entry barrier, flexibility, great performance, dynamic community that supports and creates new features all the time, and good security aspects. Features include: Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. MySQL Cluster Community Edition is available as a separate download. Repository; On the third screen, select the components you want to install. 4. Top MySQL GUI client. The relevant section of its output was: ==> Caveats mysql-client is keg-only, which means it was not symlinked into /opt/homebrew, because it conflicts with mysql (which contains client libraries). MySQL Enterprise Edition includes the most comprehensive set of advanced features, management tools and technical support for MySQL. Nice UI, Command palette, etc. A simple and lightweight SQL client desktop/terminal Available for Linux, Mac and Windows. It is available on Windows, Linux, as well as MacOS. You can use the MySQL Shell to perform data queries and updates as well as various administration operations. 40-macos-10. Now that you’ve installed and configured MySQL, you can connect to it using a MySQL client. 10. To connect to a server, check out MySQL Shell Connections. Deselect "Development Components". TablePlus est un client Mac qui gère plusieurs bases de données relationnelles comme MySQL, Postgres, SQLite et Redis. See full list on blog. May 30, 2021 · Python: 3. Note: MySQL 8. Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. devart. Perfect Web Development Companion Whether you are a Mac Web Developer, Programmer or Software Developer your workflow will be streamlined with a native Mac OS X Application! Jun 30, 2022 · This will start MySQL Shell in JavaScript mode (by default). After running brew install mysql-client, I then tried brew info mysql-client. Provide details and share your research! But avoid …. ‎SQLPro for MSSQL is a lightweight Microsoft SQL Server database client, allowing quick and simple access to MSSQL Servers, including those hosted via cloud services such as SQL Azure or Amazon RDS. pkg. Advanced SQL databases support: MySQL, PostgreSQL, SQL Server, Oracle and others; Linux and Mac OS X. Aug 10, 2023 · I have been trying to integrate mysql into my Flask project. sock file, simply open xampp manager, select MySQL and click on Configure on the right. TablePlus is the MySQL client I’m using currently. + Tabbed bas… Oct 14, 2020 · Here are the 5 best MySQL GUI tools for Windows, Linux and Mac. 3. Note: If you have previously installed the MySQL server using Homebrew, you may need to run the following command to link the MySQL client: brew link --overwrite mysql-client DMG Dec 9, 2022 · To work with SQL databases on Mac, developers opt for Mac OS MySQL client tools instead of working through a console. MySQL Workbench. It is meant for database designers & architects, developers and administrators. sock by pressing the CMD+F shortcut. mysql command is not found in macOS. MySQL installed by MAMP creates a root user using mysql_native_password plugin which is not supported anymore in MySQL 8. This can be done using the command brew install mysql-client in the terminal. Sep 21, 2024 · He had built SQL clients for Windows in the past, so this was influenced by his own work experience. A desktop application with a simple interface. Features Apr 14, 2009 · To find where is mysql. Then, use the terminal to navigate to the MySQL installation folder and run commands such as “mysql -u root -p” to access the MySQL client. Contact MySQL Sales USA/Canada: +1-866-221-0634 Native Package Installer, which uses the native macOS installer (DMG) to walk you through the installation of MySQL. mysql-client worked fine on my M1 (arm) Mac prior to reinstalling the m1 Homebrew. It is not free tho, and a bit expensive for my personal use. You can run MySQL Workbench on Windows, Mac, and Linux. Sep 1, 2024 · Installed MySQL by way of MAMP (cause it's 'easy'). Dec 4, 2024 · For MySQL Users on macOS: To facilitate automatic client detection by DBeaver, consider adding the mysql-client package. Powerful database management & design tool for Win, macOS & Linux. MySQL Workbench is available on Windows, Linux and Mac OS X. MySQL Replication to improve application performance and scalability; Unix, Mac and Windows. It offers a free variant which is sufficient enough. Mar 30, 2018 · How to install MySQLdb (Python data access library to MySQL) on Mac OS X? 43. 1, use a MySQL product's MSI or Zip archive for installation. Deselect "Third party tools". 1. gz (88 kB) Using legacy 'setup. On the config panel click Open Conf File, and simply search for mysql. I recently moved to a MacOS so having a hard time installing the dependencies. Jul 13, 2023 · brew install mysql-client. SQLECTRON-GUI. To install the MySQL command-line client on Amazon Linux 2023, run the following command: MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. It provides features for data modeling, SQL development, and SQL testing and is also an admin tool for server configuration. com. Feb 1, 2024 · DBeaver, Navicat for MySQL, and TablePlus are probably your best bets out of the 19 options considered. Pricing. Native Package Installer, which uses the native macOS installer (DMG) to walk you through the installation of MySQL. mysql command not found in bash. Here are a few options: MySQL Workbench: MySQL Workbench is a free Jan 25, 2024 · Once installed, you can start the MySQL service with: brew services start mysql To verify that MySQL has successfully started, you can run: mysql -u root -p This command will prompt you for the MySQL root password. sock was changed, and I had to change it back to root admin with: chmod root:admin mysql. In this post, we are going to see how to install MySQL and connect a Python application to it using mysqlclient. Double-click the . After the installation is complete, you can verify that the MySQL client is installed by running the following command: mysql --version. In addition to the main credentials you’ll need in order to connect (such as port, user, and password), you can set several options for the new MySQL data source: Mark the data source as read-only. See Section 6. Meanwhile you can also check out following tools. Since its release in 2017, Sequel Ace has quickly become one of the top MySQL clients for Mac users. Download; Buy; A simple, powerful MySQL Apr 29, 2024 · A step-by-step guide to install the latest MySQL 8 on Apple Silicon CPUs (M1, M2, M3) with Homebrew, optimize with our performance tuning tips for developers. Jan 10, 2025 · Download files. sock Oct 19, 2024 · Connecting to MySQL on Mac. Connect to Mysql database from remote. They enable users to view, create and modify tables, rows, columns and other database objects without having to write SQL queries. 40 it might be named mysql-8. 1. You can see the tables, records in the table, you can create a new schema, query, etc. With intuitive GUI, user manages MySQL, Redis, PostgreSQL, MongoDB, MariaDB, SQL Server, Oracle & SQLite DB easily. Il se distingue par son interface graphique intuitive, des fonctionnalités puissantes comme la prise de snapshots ainsi qu’un éditeur SQL avec coloration syntaxique. Double-click the MySQL installer package from the disk. This SQL Client is only for MySQL and MariaDB. Jul 5, 2016 · How do I install command line MySQL client on mac? 0. MySQL Workbench enables a DBA, developer, or data architect to visually design, model, generate, and manage databases. In my case, the owner of the mysql. pkg file shown in the Feb 25, 2021 · When it comes to databases, MySQL is a big player and widely used. Developed by the same team that created the popular macOS GUI database application, Sequel Pro, this powerful client offers an intuitive user interface and advanced query building tools to help developers manage their databases quickly and easily. I'm able to pip install any other library except mysqlclient, and I have no issue install Jul 8, 2024 · Abstract. A MySQL client you'll love, not fight. Works with Windows, macOS, Linux and Unix. 0 is the final series with MySQL Installer. It supports all popular SQL databases like MySQL, MariaDB, PostgreSQL, SQLite, Apache Family, and more. Querious is full-featured , fast , and made exclusively for macOS , so it feels and works exactly how a Mac app should . Es posbile instalar solamente el cliente de MySQL en tu MacOS usando Homebrew. On the next screen, click "Install". 3-macos-10. The SQL client for Mac OS provides a handy interface and visualization of commands that speed up development. + Intellisense. But for the new M1 Mac Mini I bought recently, I haven’t found a MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts. Since this is your first time running MySQL, the password will be empty — just press Enter to continue. When only "Client programs" is selected, click "Next". It currently supports connecting to RedShift, MySQL, PostgreSQL, IBM DB2, Impala, Free & Open Source MySQL Client for Mac Operating System Sequel Pro is a fast, easy-to-use MySQL GUI for Mac. io Mar 10, 2021 · Using MySQL Workbench on macOS Big Sur version 11. x (2021) Apple M1 device - General - Tech CookBook big sure mac m1 MySQL workbench Sequel Ace Installation Mac AppStore . 5. Jan 13, 2022 · A good MySQL GUI client is essential for software development. . SQLPro for MySQL is the Premier application for editing and viewing MySQL databases on mac os x. 2, “Installing MySQL on macOS Using Native Packages”. Jan 25, 2023 · Top MySQL clients for Mac Sequel Ace. mysql. Follow the instructions for installing the MySQL server and utilities, but do not turn on or run the MySQL Most Linux distributions include the MariaDB client instead of the Oracle MySQL client. The Official: MySQL Workbench # MySQL Workbench is a free database design and model access tool for MySQL, meant for database architects, developers, and of course, DBAs. 1 and higher also bundle MySQL Configurator, a tool that helps configure MySQL Server. Today we'll be looking at some MySQL clients we can use on Mac to view these databases. I used HeidiSQL on Windows and MySQL Workbench on Linux before. Jun 22, 2015 · I want to install the MySQL client for the command line, not a GUI. Free, open-source SQL client for Windows and Mac 🦅 - plotly/falcon. Source Distribution Dec 29, 2021 · brew services start mysql:Mac再起動後に自動的に再起動する mysql. Some of the most popular ones include DBeaver, TablePlus, Sequel Pro, and Navicat. 9. To install via mas MAS CLI use Sequel Ace id 1518036000 Dec 21, 2019 · MySQL SQLite MariaDB PostgreSQL Oracle といった様々なデータベースに対応しており、多くの機能を備えております。 有料版と無料版があり、無料版はいくつかの機能が制限されていますが、それでも十分使えるものです。 Jan 19, 2024 · Here, we gathered 5 best MySQL GUI Clients on the market right now. Classic mysql, still the most widely used MySQL client. Workbench couldn't connect to local mysql installed by mamp; other clients could connect. DBeaver Community is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. 5 mysql: 8. It will not work with other database servers such as MSSQL or PostgresSQL. Visual schema and query builder. This is the only SQL client which is supported and developed by MySQL, so you can be sure that it will contain all recent features to match the updates for MySQL's server. On Unix, the mysql client logs statements executed interactively to a history file. Double-click the downloaded DMG to mount it. SQLPro for MySQL is a powerful MySQL & MariaDB database client which allows quick and simple access to MySQL Servers, including (but not limited to) those hosted in Amazon RDS and Microsoft Azure. The initial wizard introduction screen references the MySQL server version to install. It is a powerful tool for managing MySQL databases, thanks to its easy interface, wide range of features, and tight connection with MySQL servers. Jun 7, 2023 · Here are 15 popular MySQL GUI clients for Mac OS: MySQL Workbench: The official MySQL GUI client with a comprehensive set of tools for database development and administration. Here's a pic of Workbench: IP address from System Preferences on the MySQL Mac Mini: IP address from System Preferences on the MacBook Pro: Things from other SO posts I've tried: Executing FLUSH PRIVILEGES 最初は M1 Mac に Docker で MySQL を利用してみようかと思ったが、 MySQL のデータを永続化する際に権限まわりの設定が面倒くさそうだったので、homebrew で MySQL…. 7 Reference Manual. TablePlus. For example, for MySQL server 8. This is the MySQL macOS extract from the MySQL 5. Simplemente tendrías que lanzar el comando siguiente: brew install mysql-client A continuación, si quieres que el cliente de MySQL esté disponible en cualquier ruta del terminal, necesitarías meterlo en el PATH. Next, open DMG file > double-click PKG installer > Install/Change Install Location > Install Software. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. 0 中引入,提供了比 mysql 更高级的功能 DataGrip uses a JDBC driver to connect to your MySQL database, which will be downloaded automatically when testing the connection. Asking for help, clarification, or responding to other answers. MySql Command not found : MacOS. Feb 23, 2020 · Cross platform - versions available for Windows, Linux and Mac OS. I re-created my venv and reinstalled On the MySQL Mac Mini I've set up the user via the command line and Workbench both of which haven't worked. This page is powered by a knowledgeable community that helps you make an informed decision. pythonhoste May 24, 2023 · Beekeeper Studio 是款很摩登(颜值高)且轻量级的 SQL 客户端,支持 MySQL,Postgres,SQLite,SQL Server 等,可用于 Linux,Mac 和 Windows 平台。 Jan 10, 2023 · 文章浏览阅读4w次,点赞18次,收藏49次。本文介绍了三款适用于Mac平台的免费MySQL客户端软件:Sequel Pro、DBeaver Community及MySQL Workbench Community Edition,分别适用于追求轻量级、多功能以及偏好官方软件的用户。 Many database clients for Mac are compatible with MySQL. Sequel Pro: A lightweight and intuitive MySQL client with a clean interface and powerful features like direct editing of data and easy import/export options. oav yzxvdivp nucola txoxtaiz gkssvi jzvt fhegp anqx qjg xqk
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}