View Single Post
  #12  
Old 05-26-2016, 12:03 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

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.
Reply With Quote