I am new to XAMPP and Drush, Mysql doesnt appear in Drush at all. I have no clue what is going on. When I type mysql, I get the mysql command prompt. But when I try drush status command, I dont see mysql in there.
# drush status
PHP executable : php.exe
PHP configuration : C:\xampp\php\php.ini
PHP OS : WINNT
Drush script : C:\xampp\htdocs\mysite\vendor\drush\drush\drush.php
Drush version : 8.0.3
Drush temp directory : C:\Users\USER~1\AppData\Local\Temp
Drush configuration :
Drush alias files :
I also tried
#drush sql-connect
This returns an error:
Unable to load class Drush\Sql\Sql exception 'Drush\Sql\SqlException' with message 'Unable to find a matching SQL Class. Drush cannot find your database connection details.' in 'drush\commands\sql\sql.drush.inc:588'
Thanks in advance.