0
Based on SQL server
Different between Windows authentication and MySQL server...??
1 Respuesta
+ 1
MySQL is for Linux MS-SQL or commonly referred to as just SQL is for any windows based operating system. They behave and have nearly the same functionality with some syntax differences.
MySQL is part of the LAMP stack, Linux Apache MySQL PHP.
For PHP, you can use either the PDO or MySQLi libraries to communicate with a MySQL database.
http://php.net/manual/en/book.mysqli.php
http://php.net/manual/en/book.pdo.php