Jul 30, 2017 How to Install SQL Server on a Mac. Install Docker. Download the (free) Docker Community Edition for Mac (unless you’ve already got it installed on your system). This will enable. Launch Docker. Increase the Memory. Download SQL Server. Launch the Docker Image. Actual ODBC Driver for SQL Server v.2.6 The Actual SQL Server ODBC Driver lets you access your companys Microsoft SQL Server database from within Microsoft Excel. You can connect to any database you are authorized to use, and work with the data just like your Windows-using co-workers.
-->The following instructions assume a clean environment and show how to install PHP 7.x, the Microsoft ODBC driver, the Apache web server, and the Microsoft Drivers for PHP for SQL Server on Ubuntu 16.04, 18.04, and 19.10, RedHat 7 and 8, Debian 8, 9, and 10, Suse 12 and 15, Alpine 3.11 (experimental), and macOS 10.13, 10.14, and 10.15. These instructions advise installing the drivers using PECL, but you can also download the prebuilt binaries from the Microsoft Drivers for PHP for SQL Server GitHub project page and install them following the instructions in Loading the Microsoft Drivers for PHP for SQL Server. For an explanation of extension loading and why we do not add the extensions to php.ini, see the section on loading the drivers.
These instructions install PHP 7.4 by default. Note that some supported Linux distros default to PHP 7.1 or earlier, which is not supported for the latest version of the PHP drivers for SQL Server -- please see the notes at the beginning of each section to install PHP 7.2 or 7.3 instead.
Also included are instructions for installing the PHP FastCGI Process Manager, PHP-FPM, on Ubuntu. This is needed if using the nginx web server instead of Apache.
Note
To install PHP 7.2 or 7.3, replace 7.4 with 7.2 or 7.3 in the following commands.
Install the ODBC driver for Ubuntu by following the instructions on the Linux installation article.
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv
.
I wish to restart my Mac, but Word won't quit. I have force-quit it a number of time, but it won't let go. Yet in my menu bar it shows it to be off (no up arrow). I have gone to the app itself in my Finder. I'm working off a Mac and in Microsoft Word. 2018-4-16 Word for Mac document stops responding when you try to open a document. When you try to open a Microsoft Word for Mac document, Word for Mac stops responding. Additionally, you may have to use the Force Quit command to exit the program. Step 1: Clear the Auto Recovery folder. Try to clear the Auto Recovery folder. 2020-3-19 If there is a problem with any program not responding, OS X provides the option to Force Quit that particular program rather than having to shut down the Mac. Go to the Apple menu & select Force Quit, then select the program that isn't responding & click the Force Quit button. If you can't open the Apple menu use Option+Command+esc. 2019-12-9 Question: Q: Microsoft Word wont Quit. Many times, after using Microsoft Word for Mac, I have to select 'force quit' from the Word icon in the dock to close it - 'quit' is not available as an option. 24' iMAC, Mac OS X (10.6.5) Posted on Jan 5, 2011 9:08 AM.
To test your installation, see Testing your installation at the end of this document.
Note
To install PHP 7.2 or 7.3, replace 7.4 with 7.2 or 7.3 in the following commands.
Verify the status of the PHP-FPM service by running
Install the ODBC driver for Ubuntu by following the instructions on the Linux installation article.
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv
.
Verify that sqlsrv.ini
and pdo_sqlsrv.ini
are located in /etc/php/7.4/fpm/conf.d/
:
Restart the PHP-FPM service:
To configure nginx, you must edit the /etc/nginx/sites-available/default
file. Add index.php
to the list below the section that says # Add index.php to the list if you are using PHP
:
Next, modify the section following # pass PHP scripts to FastCGI server
as follows:
To test your installation, see Testing your installation at the end of this document.
To install PHP on Red Hat 7, run the following:
Note
To install PHP 7.2 or 7.3, replace remi-php74 with remi-php72 or remi-php73 respectively in the following commands.
To install PHP on Red Hat 8, run the following:
Note
To install PHP 7.2 or 7.3, replace remi-7.4 with remi-7.2 or remi-7.3 respectively in the following commands.
Install the ODBC driver for Red Hat 7 or 8 by following the instructions on the Linux installation article.
You can alternatively install from the Remi repo:
SELinux is installed by default and runs in Enforcing mode. To allow Apache to connect to databases through SELinux, run the following command:
To test your installation, see Testing your installation at the end of this document.
Note
To install PHP 7.2 or 7.3, replace 7.4 in the following commands with 7.2 or 7.3.
Install the ODBC driver for Debian by following the instructions on the Linux installation article.
You may also need to generate the correct locale to get PHP output to display correctly in a browser. For example, for the en_US UTF-8 locale, run the following commands:
You may need to add /usr/sbin
to your $PATH
, as the locale-gen
executable is located there.
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv
. As with locale-gen
, phpenmod
is located in /usr/sbin
so you may need to add this directory to your $PATH
.
To test your installation, see Testing your installation at the end of this document.
Note
In the following instructions, replace <SuseVersion>
with your version of Suse - if you are using Suse Enterprise Linux 15, it will be SLE_15 or SLE_15_SP1. For Suse 12, use SLE_12_SP4 (or above if applicable). Not all versions of PHP are available for all versions of Suse Linux - please refer to http://download.opensuse.org/repositories/devel:/languages:/php
to see which versions of Suse have the default version PHP available, or to http://download.opensuse.org/repositories/devel:/languages:/php:/
to see which other versions of PHP are available for which versions of Suse.
Note
Packages for PHP 7.4 are not available for Suse 12.To install PHP 7.2, replace the repository URL below with the following URL:https://download.opensuse.org/repositories/devel:/languages:/php:/php72/<SuseVersion>/devel:languages:php:php72.repo
.To install PHP 7.3, replace the repository URL below with the following URL:https://download.opensuse.org/repositories/devel:/languages:/php:/php73/<SuseVersion>/devel:languages:php:php73.repo
.
Install the ODBC driver for Suse by following the instructions on the Linux installation article.
Note
If you get an error message saying Connection to 'pecl.php.net:443' failed: Unable to find the socket transport 'ssl'
, edit the pecl script at /usr/bin/pecl and remove the -n
switch in the last line. This switch prevents PECL from loading ini files when PHP is called, which prevents the OpenSSL extension from loading.
To test your installation, see Testing your installation at the end of this document.
Note
The default version of PHP is 7.3. Alternate versions of PHP are not available from other repositories for Alpine 3.11. You can instead compile PHP from source.
PHP packages for Alpine are found in the edge/community
repository. Add the following line to /etc/apt/repositories
, replacing <mirror>
with the URL of an Alpine repository mirror:
Then run:
Install the ODBC driver for Alpine by following the instructions on the Linux installation article.
You may need to define a locale:
To test your installation, see Testing your installation at the end of this document.
If you do not already have it, install brew as follows:
Note
To install PHP 7.2 or 7.3, replace php@7.4 with php@7.2 or php@7.3 respectively in the following commands.
PHP should now be in your path -- run php -v
to verify that you are running the correct version of PHP. If PHP is not in your path or it is not the correct version, run the following:
Install the ODBC driver for macOS by following the instructions on the macOS installation article.
In addition, you may need to install the GNU make tools:
To find the Apache configuration file, httpd.conf
, for your Apache installation, run
The following commands append the required configuration to httpd.conf
. Be sure to substitute the path returned by the preceding command in place of /usr/local/etc/httpd/httpd.conf
:
To test your installation, see Testing your installation at the end of this document.
To test this sample script, create a file called testsql.php in your system's document root. This is /var/www/html/
on Ubuntu, Debian, and Redhat, /srv/www/htdocs
on SUSE, /var/www/localhost/htdocs
on Alpine, or /usr/local/var/www
on macOS. Copy the following script to it, replacing the server, database, username, and password as appropriate. On Alpine 3.11, you may also need to specify the CharacterSet as 'UTF-8' in the $connectionOptions
array.
Point your browser to https://localhost/testsql.php (https://localhost:8080/testsql.php on macOS). You should now be able to connect to your SQL Server/Azure SQL database.