View Single Post
  #126  
Old 11-16-2014, 09:38 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Here, just do this instead (if it creates a duplicate path it isn't a big deal):

Perform this in an elevated (i.e. "Run as Administrator") cmd.exe (aka dos prompt):
Code:
setx path "%PATH%;C:\Program Files\MariaDB 10.0\bin"
Reply With Quote