View Single Post
  #19  
Old 05-28-2016, 06:48 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Try removing the trailing backslash.

Code:
C:\Program Files\MariaDB 10.0\bin\
to
Code:
C:\Program Files\MariaDB 10.0\bin

EDIT: If that doesn't work, check your parent directory to see if it's 'Program Files' or 'Program Files (x86)'
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote