you’re not MySQL. You’re SomeoneElse’sSQL.
I don’t get this. Linux was supposed to be the ideal operating system for servers. And yet, on Windows it takes roughly two clicks to download and install for example EasyPHP to get a working AMP (Apache-MySQL-PHP) server, while on linux…
The whole reason i had to reinstall Ubuntu was that the MySQL update would always hang, so would any attempt to remove it, thus blocking all other updates and virtually any installations as well. Definitely not fun. And now MySQL is haunting me again.
It’s really supposed to be simple. Install Apache, install MySQL, install PHP. So far it’s easy, three consecutive sudo apt-get install commands and there i go. Quick edit in the Apache config file, and my web folder is already online. PHP working out of the box. But not MySQL.
Just after the installation i vaguely recall being able to start it once in an attempt to test it (through command line). Then i exited, changed the data folder to the one shared with Windows and since then, no MySQL. Of course i made a backup copy of the default my.cnf, but reverting back to that didn’t help either.