11
ddewilt
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/5 11:10

  • ddewilt

  • Just popping in

  • Posts: 14

  • Since: 2006/2/4 1


Ok, but i'm running IIS4 on a W2k Pro machine...

and what is WAMP or LAMP?

what should i do?

12
jdseymour
Re: Fatal Error: Mysql extension not Loaded

Quote:

ddewilt wrote:
It won't work

I've assigned a new password for "Root" and with MySQL administrator on the user administration page at the global privileges, i set all "available privileges" to "Assigned Privileges"

I have to access my site at my computername:
http://ddewilt-des85

But i connect my root with localhost..
Is that the problem?


Did you assign the user to the database?

Did you restart the server after adding the user? Or flush privileges?

13
ddewilt
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/5 11:14

  • ddewilt

  • Just popping in

  • Posts: 14

  • Since: 2006/2/4 1


well, if that would be the problem, how should i do that with MySQL administrator?

14
jdseymour
Re: Fatal Error: Mysql extension not Loaded

Sorry edited above, did you flush privileges after adding the user and permissions?

15
ddewilt
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/5 11:23

  • ddewilt

  • Just popping in

  • Posts: 14

  • Since: 2006/2/4 1


no, i only logged in as root created a new user named: ddewilt, assigned privileges as i said , and that's it.

I logged out, and then logged in as ddewilt @ localhost.

16
jdseymour
Re: Fatal Error: Mysql extension not Loaded

sorry for the delay, got tied up for a moment.

What I was saying is that for your changes to take effect you either need to restart mysql, or flush privileges. Otherwise the changes will not take effect.

17
ddewilt
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/9 17:00

  • ddewilt

  • Just popping in

  • Posts: 14

  • Since: 2006/2/4 1


I've done that... but no results :s i really don't know what the problem is... everytime he says that i'm not connected to the database... :s

This is really up!

Does anybody have another solution??


[Bad language removed] Bluenova

18
jdseymour
Re: Fatal Error: Mysql extension not Loaded

Where did you create this user? Mysql, or on the OS itsself? MySQL uses a different set of users than the OS.

19
ddewilt
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/9 17:13

  • ddewilt

  • Just popping in

  • Posts: 14

  • Since: 2006/2/4 1


I configured everything in the "MySQL Administrator" wich you can download from their site....

20
mongkon_fu
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/13 13:11

  • mongkon_fu

  • Just popping in

  • Posts: 1

  • Since: 2006/2/13


Ok guys,I found the same problem but I know how to fix it now.
I use Apache v2.0.55,MySql v5.0.18 and PHP v5.1.2.

1.You have to download MySQL Connector/PHP fromhttp://dev.mysql.com/downloads/connector/php/
,it depend on your MySQL version. Then unpack it.

2.Create Extension folder in C:/php,e.g. C:/php/extensions

3.Copy file php_mysql.dll (It is the file downloded from step 1) to C:/php/extensions.

4.Open php.ini file , typical location file is C:\PHP\php.ini, and searching the following line
"extension_dir= " configure the line for example
extension_dir = C:\php\extensions.

5.Then search this line ";extension=php_mysql.dll"
and comment ";" out .

6.Copy the libmysql.dll to the PHP installation directory
,e.g. c:\php

7.Restart MySQL service.
8.Try to install XOOPS again.

Good luck....
Mr.Momo

Login

Who's Online

253 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 253


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits