PhpMyAdmin and mbstring extension
leduc300
Posted messages
24
Status
Member
-
TEd -
TEd -
Hello everyone, I have a big problem, I installed phpAdmin to make modifications on a database. Since I had no password, I configured it in phpMyAdmin. Big problem, I can no longer log in with all privileges and it takes my password as a user. On the interface I have an error message: "The php mbstring extension could not be located and it seems you are using a multi-byte character set. Without this extension, phpMyAdmin cannot properly handle characters and problems may result." I’m working on an application that runs thanks to a database and it is also blocked because of this problem. I’ve been researching all afternoon. I recompiled PHP4 with --enable-mbstring=all and --enable-mbstr-enc-trans. Please help me.
4 answers
same problem, I recompiled PHP with 4000 options and nothing works, and on http://fr3.php.net/mbstring , I clearly see what it is, but I don’t see the answer to the problem.
Help please
Help please
If I understood correctly from the top of the forum, it says: Welcome to the Linux/Unix Forum. This forum is dedicated to questions about installing, using, and troubleshooting Unix-type systems (Linux, HP-UX, AIX, ...), excluding MacOS.
dll files under Linux/Unix, I don't know yet :p
But thanks anyway. :)
++
Exactly, it's the habit... well, you have to find an excuse...
We need to recompile I think, by adding
--enable-mbstring=all
either in the .sh file, or as a parameter...
++
--