Re: Can't start the server after installation

Fokke Nauta <[email protected]> Thu, 13 May 2021 15:09:33 +0200
Newsgroups comp.databases.mysql
Message-ID <[email protected]>
On 11/05/2021 10:34, J.O. Aho wrote:
> 
> On 11/05/2021 09.13, Fokke Nauta wrote:
>> On 10/05/2021 21:03, Luuk wrote:
>>> On 10-5-2021 16:24, Fokke Nauta wrote:
> 
>>> But MariaDB is not an OS,
>>> Just as MySQL is not an OS.
>>>
>>> Ubuntu, or Debian, that are OS.
> 
>> He suggested to use a different OS: "Stability with the combination
>>>>> MySQL and MS-Windows have been bad, I
>>>>> would recommend to use another OS to run it on, for local testing 
>>>>> WSL seems to work quite ok."
> 
> I had two suggestions, one was using MariaDB and and another one to 
> switch OS.
> 
> Myself at work I use WSL as we have a closed source OS on our 
> development machines, this gives the simplicity of installing programs 
> with a package manager (no need to go to shady websites and download 
> binaries) and of course configuration a lot more like in production 
> environment.
> 
> 
> I do recommend you to learn Linux, as that will be more and more 
> required knowledge. A good starting point can be microsofts WSL 
> introduction:
> https://docs.microsoft.com/en-us/learn/modules/get-started-with-windows-subsystem-for-linux/ 
> 
> 

I have used the MariaDB, which was installed when I installed XAMPP. It 
worked fine. But due to XAMPP is was difficult to manage, so I removed 
it and installed MySQL community server separately. Server only, no 
developement.
Then my problem started and I was happy to fix it. Since then it runs fine.

I know quite a lot about Linux. Followed a course of Unix long time ago. 
I have VMWare installed and have a lot of Linuxes as virtual machines. 
On an old laptop I replaced Windows by Zorin OS. This works fine.
But with Linux there are still some difficulties. Sometimes I run into 
problems with managing the rights, or with an application that won't work.
My knowledge of Linux is nog good enough to run it on our server.
I can handle Windows very well, and that's the reason I chose for 
Windows on our server.

Fokke