View Single Post
  #13  
Old 05-26-2016, 12:34 PM
Havenbrook
Fire Beetle
 
Join Date: May 2016
Posts: 24
Default

Quote:
Originally Posted by NatedogEZ View Post
Looks like your database needs to be updated... and your PATH doesnt have mysql in it.

Do this....

Right click "My Computer" --> Click Properties

On the left click "Advanced System Properties"

Inside this window make sure you are on the Advanced tab and click "Environment Variables"

There should be a system variable called "Path" .. inside that is a bunch of paths for different programs.

For mine I have "C:\MariaDB 10.0\Bin" inside there seperated by ;

example...

C:\Someshit\shit;C:\MariaDB 10.0\Bin;

You need to put the location of your mysql in there and it should be able to find it properly for the update script.

This is what I have in there now (C:\Perl\site\bin;C:\Perl\bin;C:\xampp\mysql\bin;C : \Program Files\TortoiseSVN\bin;C:\Program Files\MariaDB 10.0\bin; screen shot now reflects this in reality. i didnt actually write the path right, fixing it and trying again)

I ran the .bat to start it after making this change. (This is AFTER making the above corrections)
Reply With Quote