Is Clang-3.3 not available for Sierra and future releases? - llvm-clang

I have tried to upgrade my macports after upgrading my iMac to Sierra. When Clang-3.3 was encountered, port upgrade gave the message:
llvm-3.3 is not supported on macOS Sierra or newer
and stopped further upgrade process.
Had Macports stopped producing Clang-3.3 (and its dependents) for Sierra?

From this ticket, and the Portfiles of llvm-3.6 and earlier, I would conclude that you'll need at least llvm-3.7 if you want it to install on Sierra.

Related

WSL install invalid command line option

I want to install an Ubuntu image in WSL.
But, I get a error when running wsl --install:
Invalid command line option: --install
I am using windows 10 education, version 20H2 OS Build 19042.867.
You are attempting to work from Windows Insider documentation, which is not meant for the general public, and it says so. WSL/WSL2 is a fast-moving target.
Most people should use the Microsoft Store to install WSL / WSL2. Search for Ubuntu. Several choices will be displayed. Pick the one simply called Ubuntu, not Ubuntu 20.04 LTS or whatever. The Ubuntu package is kept current.
VSCode has current instructions for installing Ubuntu, then VSCode. You don't have to install VSCode.
Make sure you follow the official instructions:
https://learn.microsoft.com/windows/wsl/install
Crucial is the Windows version: For Windows 10, it should be version 2004 or higher (Build 19041 or higher). Windows 11 should work with all versions.
Older versions need to follow the manual installation procedure: https://learn.microsoft.com/en-us/windows/wsl/install-manual

has anyone gotten mysql working on ubuntu 18.10?

I upgraded to ubuntu 18.10 and when I installed mysql server and workstation, the workstation wouldn't connect. the service --status-all says that mysql is running. This was a clean install, and I installed it the same way on 18.04 which worked. My friend has the same issue from a clean install
Lot of developers are facing some sort of issues after upgrading to Ubuntu 18.10 including me. I would suggest either wait for the update when they fix the issues or downgrade to Ubuntu 18.04

installing the latest MySQL security update on macOS 10.12 Sierra

We're still running MySQL (community server) on macOS 10.12 Sierra (because Apple has gutted later versions of macOS and macOS Server and we don't want to go there just yet). It appears the latest MySQL security updates (October 2018) no longer support macOS with the 5.6.x track. The 5.7.x and 8.x tracks now only list installers for 10.13 High Sierra and 10.14 Mojave.
So, the question is: can you install the latest MySQL 5.7.24 on macOS 10.12 Sierra and will it run without problems?
I'm okay if it's simply "unsupported" and will install but if it specifically won't install/will cause problems I would like to know before upgrading. I've searched the MySQL web site for information on this but there is nothing.
I asked this question on the MySQL forums and got no response. Hope someone here can help.

how to Download MySQL-Proxy in linux 16.04 (LTS)

I'm running Ubuntu 16.04 LTS and I want to use Mysql-proxy.I want to download mysql-proxy by terminal with instruction and I have a ubuntu 16.04.
Any suggestions???
The mysql-proxy project seems to be abandoned since over 2 years which is the likely reason for its removal from the Xenial repositories. It's probably incompatible with newer MySQL releases.
The 3-years-old INSTALL notice recommends version 5.1.x while the Xenial repositories include MySQL 5.7 and no older release.
Anyway, you can try below link also.
https://www.howtoinstall.co/en/ubuntu/xenial/mysql-proxy

Mysql Command line not working on mac

When I try to access mysql command line on my mac it gives me this error - it doesn't matter what mysql command, username, password, server or I use either:
Launch of "mysql" failed: the PowerPC architecture is no longer supported.
This happened right after I installed Mac OS X lion. I am using MAMP Pro - I am upgraded to the latest version: 2.0.3- as my stack and I was wondering if anyone had any solutions for me. This is kind of a priority since I need it to handle large mysql imports.
BTW, I don't have a powerpc. I have intel core duo 2.66ghz
Try downloading and reinstalling MySQL from http://www.mysql.com/downloads/mysql/. Depending on your machine, you'll want to either grab the Mac OS X ver. 10.6 (x86, 64-bit) or Mac OS X ver. 10.6 (x86, 32-bit) version.
Maybe you should install another version of mysql or you can install xampp at
http://www.apachefriends.org/en/xampp-macosx.html