Jump to content

phpMyAdmin questions


Dogmeat

Recommended Posts

Well, I started phpMyAdmin, and get these errors at the index after logging in:

 

Cannot load mcrypt extension. Please check your PHP configuration.

 

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.

 

Your PHP MySQL library version 5.0.27 differs from your MySQL server version 5.1.37. This may cause unpredictable behavior.

 

I have no idea what most of this means as I'm new to php and mysql; I'm trying to learn from a book, but it makes no note of this.

Link to comment
Share on other sites

Your PHP MySQL library version 5.0.27 differs from your MySQL server version 5.1.37. This may cause unpredictable behavior.

You can ignore that. I get a similar message too and I cant seem to shift that error.

 

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.

This is a simple error to solve. In your php.ini change this line

;extension=php_mbstring.dll

to

extension=php_mbstring.dll

Save the php.ini and restart your HTTP Server eg Apache, IIS etc. That error should go away.[/code]

Link to comment
Share on other sites

 

 

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.

This is a simple error to solve. In your php.ini change this line

;extension=php_mbstring.dll

to

extension=php_mbstring.dll

Save the php.ini and restart your HTTP Server eg Apache, IIS etc. That error should go away.[/code]

 

Hmm, I didn't even have that line to uncomment, or php_mbstring.dll. I got it, put it in my extensions folder and tried adding the

 

extension=php_mbstring.dll

 

statement, but it didn't work.

 

The mcrypt thing seem to be a common error, but none of the solutions are worded in a way that I can understand or are for Linux.

Link to comment
Share on other sites

Oh sorry I though you where using Windows. I forgot to ask what OS you where using.

 

How does the book describe how to install PHP on linux?

 

Yeah, I'm using Windows.  A lot of the solutions to the mcrypt problem are for Linux. (sorry, after rereading my post, I can see that the sentence is a bit ambiguous. Damn English.:P)

Link to comment
Share on other sites

What steps does the book take you through to install PHP on windows?

 

It's a little odd, because the book had me ie install phpMyAdmin after learning a bit about php.

 

First it had me install Apache, but didn't tell me what to enter for a network domain or server name, but had an example picture that I basically copied.

 

Then I installed php, and had it configure to Apache.

 

Next,it had me install MySQL, and "configure the server now."

 

Then it had me get a php connector (which wasn't even on the mysql site anymore; I had to find it...) Then it told me to add extensionns for the two dll that were the connector (libmysql.dll and php_mysql.dll) and had me place a copy of libmysql.dll into the system32 folder.

 

Then it went into a few chapters of php, and then started with mySQL and told me to get phpMyAdmin.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.