/    Sign up×
Community /Pin to ProfileBookmark

Phpmyadmin configuration problem

Hi there,

I’ve uploaded phpmyadmin to my web space and have the following error on the initial page:

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

After uploading the mysql database site and setting up the php related aspect of my website I am getting an error when I try to access the database online (via the website). It’s not accepting my username and password when I know it’s right (tested it on other servers).

Is the above error causing the above problem?

Either way, how to I remove the above error? I don’t have the ability to modify the php.ini file but would the following be the answer?


************

Just uncomment (remove the semicolon at the beginning) this line in
php.ini file:

extension=php_mbstring.dll

That should do the trick. Multibyte string extension is not enabled by
default and if you want to manipulate strings in multibyte character
sets (like UTF-8) you need to use the mb_* functions – and they’re only
available if mbstring extension is enabled.


************

Thank you for any assistance provided.

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @riz-man spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...