Is there a way to change the password to my databases. I keep getting an error when it starts with a number. Below is the error I'm getting.
Parse error: syntax error, unexpected '6' (T_LNUMBER), expecting variable (T_VARIABLE) or '$' in xxx.php on line 41
Thanks for your time.
Database Password
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Mar 31, 2014 7:16 am
Re: Database Password
The password can be changed via the "passwords" page in your websites control panel. Though, your error doesn't appear to be related to a password glitch. Did you recently make any changes to your script/addon that using a database?
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Re: Database Password
You should be able to encapsulate your password in quotes, or store the password in a variable for use later, again using quotes.
Not a NFO employee