Unfortunately I couldn't find any help by googleing through the net. Here's my case:
I'm trying to install TYPO3 locally on my Mac (OS 10.12.2) using Sequel Pro for the database and MAMP Pro for the host. For that I downloaded the .zip from typo3.org/download ("Download TYPO3 CMS 7 LTS (zip)"). In plus I use a template from t3bootstrap.de which comes with a .sql-file for the database.
Proceeding:
- MAMP: created a new host and assigned a root directory
- extracted the .zip-file to the root
- extracted the template with all its files to the root, some files got overwritten, but thats fine
- Sequel Pro (the mistake may lie here somewhere): logged in under "Socket" with Name "localhost", Username "root", no password
- Sequel Pro: via "Add database" I created a database and imported the .sql
- in the template I changed the the configuration for the database in the file LocalConfiguration.php (this should be correct since before that change, "no database selected" appears as a error message, after I change it, the above mentioned error message appears)
- MAMP: restart of the servers
Now when I open the root in MAMP (on the right-hand side next to "Name" of the host, the arrow in the circle) I get the mentioned error message.
I tried it with XAMPP as well and it did work then (not my first time). I'm not very trained in this field but I'm eager to learn that!
How does this work anyways? Well, I know that in the root ("htdocs" or any directory I create) there are all files on which the backend and frontend are based on. And I see databases are stored in the /MAMP/db/ directory. But how does Sequel Pro connect to that? Generally I don't see what Sequel Pro does :((( And whats the URL I type in the browser? With XAMPP its "http://localhost/typo3/index.php" and MAMP goes to "http://host-2:8888/". These directories are on my Mac, right? But where can I find them? Is localhost the htdocs-directory?
I'd be very happy for some help here. But I don't only want to get rid of this error message. I wanna know how this works. THANKS A LOT!!!