PDA

View Full Version : phpMyAdmin installation


Nejko
29th January 2006, 17:14
Ok, i'm asking, if anyone can explain it a bit. I got it working on my other server, i copied config.inc.php, but id doesn't work. What's wrong*

:o

till
29th January 2006, 17:33
Can you please explain a little bit more :)

Did you install phpmyadmin on both servers the same way? Have both servers the same linux distribution? Which error message do you get?

Nejko
29th January 2006, 18:20
nop, one is redhat 9, other fedora core :) on rh it was already installed, i just copies it's config to other server. the error is:

...

well, u wont believe me :S 2 hours ago iz didn't work, but now works wtf?!?! :D
thanx for help anywayz

edit: i have that below:

The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

how to fix that?

cu

falko
29th January 2006, 18:49
The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

how to fix that?

You must recompile PHP with mbstring extension (--enable-mbstring=all).
Normally this shouldn't affect you if you're not using Chinese...