configuration - How to configure MySQL data source for PhpStorm? -
i have legacy php project using mysql. phpstorm discovers there mysql queries inside project, , asks me provide data source them.
this opens window:
yet totally confused on how provide credentials mysql database. expected mask enter mysql host, username, password , target database name. yet cannot find in here.
how configure mysql data source in phpstorm?
to create new source projet, click on green "+" icon , select mysql in list of drivers. should display fields database info including username , password.
Comments
Post a Comment