[SOLVED] Please help me!!I can't install core
blackjack550
Joined: 2010-09-15
Posts: 3 |
![]() |
2010-09-16 00:36:17 [<no session id>] -------------------------------------------------------- 2010-09-16 00:36:17 [<no session id>] [1284568577] can't guarantee 120 -- extending! 2010-09-16 00:36:17 [TMP_SESSION_ID_DI_NOISSES_PMT] -------------------------------------------------------- :/usr/obj/usr/src/sys/IPsecReady amd64 2010-09-16 00:36:17 [TMP_SESSION_ID_DI_NOISSES_PMT] Clear the cache directory 2010-09-16 00:36:17 [TMP_SESSION_ID_DI_NOISSES_PMT] Load core module This is log for install |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
blackjack550
Joined: 2010-09-15
Posts: 3 |
![]() |
thx for reply, mysql> grant all on gallery.* to 'gallery'@'localhost' identified by '123456'; |
|
blackjack550
Joined: 2010-09-15
Posts: 3 |
![]() |
I think this is bug!!! when i set the password for admin, my password have two @. ex. mypassword is tell@your@security. I can not complete install. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Bug or not, G2 is no longer developed. All active development efforts are focused on G3 now. So unless it was a major security issue, it's not going to get addressed. Personally, I use complex passwords, but no symbols in MySQL passwords. Gallery is not the only software I've had issues with using symbols in MySQL passwords. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
@ would be a special or reserved character in sql -s |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Do you know if there are others? I seem to recall having an issue with using ! or maybe that was & or %, I can't recall. Maybe it was the web app I was using at the time (my host's custom control panel, not Gallery) |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Or more likely an issue with MD5 http://ruleant.blogspot.com/2007/05/md5-hash-of-strings-are-not-same-with.html wrote:
Until this week, when that user couldn't access the admin section, while some other users still could login to the admin section. After some investigation I found out that the user that couldn't login used some special characters in his password. Then I started to realise that the md5() function must produce a different hash of the same string when it is encoded in a different characterset. -s |
|