Based on SQL server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Based on SQL server

Different between Windows authentication and MySQL server...??

15th Jan 2017, 12:22 PM
bhushan patel
bhushan patel - avatar
1 Answer
+ 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
15th Jan 2017, 1:02 PM
Louis Milotte
Louis Milotte - avatar