View Single Post
  #15  
Old 02-09-2015, 12:58 AM
blackde
Fire Beetle
 
Join Date: Feb 2015
Posts: 13
Default

I keep having errors in the syntax and username issues. After viewing a few youtube videos on installing sql with xampp i was able to resolve some issues. I had to use the xampp control panel to set php passwords and mysql.

ALso i had to enter UPDATE mysql.user SET Password=PASSWORD('new-password-here') WHERE User='user-name-here';

I have complied the data base and updating it now.
Reply With Quote