jestem pro
That is the question
- Joined
- Apr 20, 2013
- Messages
- 650
- Solutions
- 14
- Reaction score
- 88
Hello. Since I have created my website I cannot log in my database... because of this error:
Website: acc maker Gesior2012
Application: Xampp
TFS: 0.3.6(8.6)
I found many solutions, but the half not related to TFS. The one is to change this:
for this:
in mysql.sql file that part :
for this:
but I have only this:
and what, when I won't be able to import that again to my database coz I cannot even log in.
Had someone have that error in yourself life?
Code:
#1273 - Unknown collation: 'utf8mb4_unicode_ci'
Website: acc maker Gesior2012
Application: Xampp
TFS: 0.3.6(8.6)
I found many solutions, but the half not related to TFS. The one is to change this:
Code:
utf8mb4_unicode_ci
Code:
utf8mb4_unicode_520_ci
Code:
ENGINE = utf8mb4_unicode_ci;
Code:
ENGINE = utf8mb4_unicode_520_ci
Code:
ENGINE = innoDB;
and what, when I won't be able to import that again to my database coz I cannot even log in.
Had someone have that error in yourself life?