0
Guys, I wanted to start learning MySQL
, but I’m not getting started, I don’t understand the software or anything, the web tutorials don’t talk about MySQL
in Mac
, only in Windows
.
I downloaded the MySQL
on the Oracle website and sequel pro
, did right? Now where can I see tutorials that use windows and other software that gives everything in the same? If not where can I find content on the sequel pro
and MySQL
for mac
? Thank you
Mysql on MAC OSX works the same as on Linux or Windows. On MAC OSX software installation can be done using Homebrew or download the executable from the Oracle website as you did. In both cases you will have available in the Terminal the command mysql and mysqladmin, among others. At first you don’t need to use any visual interface like Quel pro. I suggest you put more specific questions here so we can answer them one by one.
– João Paraná