Posts

Showing posts from March 4, 2019

How do I create a mySQL database to integrate with nodeJS on visual studio 2017 community?

Image
0 The only progress I ever made on using my installation on VS was creating an sql file which doesn't help starting up a mySQL service from command line, which is exactly what I need right now. Given, the reputable sql book i learned from set up consists of launching the program from command line and creating tables in that fashion. I only learned how to work with SQL on linux and it works flawlessly. However I'm switching back to Windows. I have installed the necessary SQL packages yet I can't figure out how to set up my NodeJS HTTP server project to communicate with SQL. I can't start the service on services.msc. And xaamp mySQL service isn't working either. I might even have lots of conflicting installations. However, I'm asking about Visual Studio specifically. It gave me the opt

git diff noindex exclude files

Image
1 1 Does any one how to exclude files when comparing folders with git diff --no-index ? It seems this option ':(exclude)*.min.css' does not work with no-index (outside working tree) git diff share | improve this question asked Nov 25 '18 at 19:44 jani_r jani_r 26 5 Copy the trees to be diffed to new trees, and remove the files you don't want. Not pretty