phpmyadmin connection problem with php & mysql

------_=_NextPart_001_01C4B98D.BD2D1B56
Content-Type: text/plain;
charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hello everybody.

I am running windowsXPpro and have installed Apache2 and mysql.
Both where the latest stable releases on their respective sites last =
month.
Their tray indicators are all green.
Then I have installed PHP. The code
<p>This page was created at <b><?php echo date("h:i:s a", time()); =
?></b> on the computer running PHP.</p> </p>
works just fine. Which sugests that the installation was succesfull.

I have apache2 running under
C:\Program Files\Apache Group\Apache2

Mysql running under
C:\Program Files\MySQL

PHP5 running under
C:\Program Files\php

And all 3 directories are in the path (I have added the paths under =
windows).

Files to be served are under
c:\www

My Database files are under
C:\www\db

Later I have installed phpmyadmin. When I go to the =
http://localhost/phpmyadmin/index.php page I get the error:

cannot load mysql extension,
please check PHP Configuration
Documentation

You know that the help file reads
"[1.20] I receive the error "cannot load MySQL extension, please check =
PHP Configuration".
To connect to a MySQL server, PHP needs a set of MySQL functions called =
"MySQL extension". This extension may be part of the PHP distribution =
(compiled-in), otherwise it needs to be loaded dynamically. Its name is =
probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the =
extension but failed."

Now THAT I dont understand.
I know that apache and mysql are running good. And the php code runs ok =
under apache.
Do I have to do something else to have the mysql and the apache servers =
to talk to each other?

Below are the files my.ini, php.ini, httpd.conf and attached is the =
phpinfo file.

How do I get to attach mysqld-nt to apache and php?
Any help whatsoever will be appreciated as I seem to be stuck waist deep =
and dont seem to advance a mm.

:)

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3Dc:\program =
files\my.ini=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D
#This File was made using the WinMySQLAdmin 1.4 Tool
#21/08/2004 00:08:31

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=3DC:/Program Files/MySQL
#bind-address=3D127.0.0.1
datadir=3DC:/www/db
#language=3DC:/Program Files/MySQL/share/your language directory
#slow query log#=3D
#tmpdir#=3D
#port=3D3306
#set-variable=3Dkey_buffer=3D16M
[WinMySQLadmin]
Server=3DC:/Program Files/MySQL/bin/mysqld-nt.exe
user=3Droot
password=3Dyok
QueryInterval=3D10

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3Dc:\program =
files\php.ini=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
;Note: I have clipped all (most) of the quotes to keep the file size low
[PHP]

; Enable the PHP scripting language engine under Apache.
engine =3D On

zend.ze1_compatibility_mode =3D Off
short_open_tag =3D On
asp_tags =3D Off
precision =3D 12
y2k_compliance =3D On
output_buffering =3D Off
zlib.output_compression =3D Off
implicit_flush =3D Off
unserialize_callback_func=3D
serialize_precision =3D 100
allow_call_time_pass_reference =3D On
safe_mode =3D Off
safe_mode_gid =3D Off
safe_mode_include_dir =3D
safe_mode_exec_dir =3D
safe_mode_allowed_env_vars =3D PHP_
safe_mode_protected_env_vars =3D LD_LIBRARY_PATH
disable_functions =3D
disable_classes =3D
expose_php =3D On

max_execution_time =3D 30
max_input_time =3D 60
memory_limit =3D 8M

error_reporting =3D E_ALL & ~E_NOTICE & ~E_STRICT
display_errors =3D On
display_startup_errors =3D Off
log_errors =3D Off
log_errors_max_len =3D 1024
ignore_repeated_errors =3D Off
ignore_repeated_source =3D Off
report_memleaks =3D On
track_errors =3D Off
variables_order =3D "EGPCS"
register_globals =3D Off
register_long_arrays =3D On
register_argc_argv =3D On
post_max_size =3D 8M
magic_quotes_gpc =3D On
magic_quotes_runtime =3D Off
magic_quotes_sybase =3D Off
auto_prepend_file =3D
auto_append_file =3D
default_mimetype =3D "text/html"
doc_root =3D
user_dir =3D

extension_dir =3D "c:\Program Files\php\extensions"

enable_dl =3D On
file_uploads =3D On
upload_max_filesize =3D 2M
allow_url_fopen =3D On
default_socket_timeout =3D 60

extension=3Dphp_mysql.dll

[Syslog]
define_syslog_variables =3D Off

[mail function]
; For Win32 only.
SMTP =3D localhost
smtp_port =3D 25

[SQL]
sql.safe_mode =3D Off

[ODBC]
odbc.allow_persistent =3D On
odbc.check_persistent =3D On
odbc.max_persistent =3D -1
odbc.max_links =3D -1
odbc.defaultlrl =3D 4096
odbc.defaultbinmode =3D 1

[MySQL]
mysql.allow_persistent =3D On
mysql.max_persistent =3D -1
mysql.max_links =3D -1
mysql.default_port =3D
mysql.default_socket =3D
mysql.default_host =3D
mysql.default_user =3D
mysql.default_password =3D
mysql.connect_timeout =3D 60
mysql.trace_mode =3D On

[MySQLI]
mysqli.max_links =3D -1
mysqli.default_port =3D 3306
mysqli.default_socket =3D
mysqli.default_host =3D
mysqli.default_user =3D
mysqli.default_password =3D
mysqli.reconnect =3D Off

[mSQL]
msql.allow_persistent =3D On
msql.max_persistent =3D -1
msql.max_links =3D -1

[PostgresSQL]
pgsql.allow_persistent =3D On
pgsql.auto_reset_persistent =3D Off
pgsql.max_persistent =3D -1
pgsql.max_links =3D -1
pgsql.ignore_notice =3D 0
pgsql.log_notice =3D 0

[Sybase]
sybase.allow_persistent =3D On
sybase.max_persistent =3D -1
sybase.max_links =3D -1
sybase.min_error_severity =3D 10
sybase.min_message_severity =3D 10
sybase.compatability_mode =3D Off

[Sybase-CT]
sybct.allow_persistent =3D On
sybct.max_persistent =3D -1
sybct.max_links =3D -1
sybct.min_server_severity =3D 10
sybct.min_client_severity =3D 10

[dbx]
dbx.colnames_case =3D "unchanged"

[bcmath]
bcmath.scale =3D 0

[browscap]

[Informix]
ifx.default_host =3D
ifx.default_user =3D
ifx.default_password =3D
ifx.allow_persistent =3D On
ifx.max_persistent =3D -1
ifx.max_links =3D -1
ifx.textasvarchar =3D 0
ifx.byteasvarchar =3D 0
ifx.charasvarchar =3D 0
ifx.blobinfile =3D 0
ifx.nullformat =3D 0

[Session]
session.save_handler =3D files
session.save_path =3D "c:\windows\temp"
session.use_cookies =3D 1
session.name =3D PHPSESSID
session.auto_start =3D 0
session.cookie_lifetime =3D 0
session.cookie_path =3D /
session.cookie_domain =3D
session.serialize_handler =3D php
session.gc_probability =3D 1
session.gc_divisor =3D 100
session.gc_maxlifetime =3D 1440
session.bug_compat_42 =3D 1
session.bug_compat_warn =3D 1
session.referer_check =3D
session.entropy_length =3D 0
session.entropy_file =3D
session.cache_limiter =3D nocache
session.cache_expire =3D 180
session.use_trans_sid =3D 0
session.hash_function =3D 0
session.hash_bits_per_character =3D 4
url_rewriter.tags =3D =
"a=3Dhref,area=3Dhref,frame=3Dsrc,input=3Dsrc,form=3D,fields et=3D"

[MSSQL]
mssql.allow_persistent =3D On
mssql.max_persistent =3D -1
mssql.max_links =3D -1
mssql.min_error_severity =3D 10
mssql.min_message_severity =3D 10
mssql.compatability_mode =3D Off
mssql.secure_connection =3D Off

[Assertion]

[Ingres II]
ingres.allow_persistent =3D On
ingres.max_persistent =3D -1
ingres.max_links =3D -1
ingres.default_database =3D
ingres.default_user =3D
ingres.default_password =3D

[Verisign Payflow Pro]
pfpro.defaulthost =3D "test-payflow.verisign.com"
pfpro.defaultport =3D 443
pfpro.defaulttimeout =3D 30

[Sockets]
sockets.use_system_read =3D On

[com]

[mbstring]

[FrontBase]

[exif]

[Tidy]
tidy.clean_output =3D Off

[soap]
soap.wsdl_cache_enabled=3D1
soap.wsdl_cache_dir=3D"/tmp"
soap.wsdl_cache_ttl=3D86400

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3DC:\Program Files\Apache =
Group\Apache2\conf=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
#Note: I have clipped all (most) of the quotes to keep the file size low =
and for the sake of readability.

### Section 1: Global Environment
ServerRoot "C:/Program Files/Apache Group/Apache2"
PidFile logs/httpd.pid
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15

<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>

Listen 80

LoadModule access_module modules/mod_access.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_module modules/mod_auth.so
#LoadModule auth_anon_module modules/mod_auth_anon.so
#LoadModule auth_dbm_module modules/mod_auth_dbm.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule headers_module modules/mod_headers.so
LoadModule imap_module modules/mod_imap.so
LoadModule include_module modules/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule status_module modules/mod_status.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule ssl_module modules/mod_ssl.so


LoadModule php5_module "c:/program files/php/php5apache2.dll"


#AddModule mod_php5.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps


### Section 2: 'Main' server configuration
ServerAdmin admin [at] localhost
ServerName localhost:80
UseCanonicalName Off

DocumentRoot "c:/www"

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

<Directory "c:/www">

Options Indexes FollowSymLinks

AllowOverride None

Order allow,deny
Allow from all

</Directory>

UserDir "My Documents/My Website"

DirectoryIndex index.html index.html.var index.php

AccessFileName .htaccess

<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>

TypesConfig conf/mime.types

DefaultType text/plain

<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>

HostnameLookups Off

ErrorLog logs/error.log

LogLevel warn

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" =
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

CustomLog logs/access.log common

ServerTokens Full

ServerSignature On

Alias /icons/ "C:/Program Files/Apache Group/Apache2/icons/"

<Directory "C:/Program Files/Apache Group/Apache2/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "C:/Program =
Files/Apache Group/Apache2/manual$1"

<Directory "C:/Program Files/Apache Group/Apache2/manual">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all

<Files *.html>
SetHandler type-map
</Files>

SetEnvIf Request_URI ^/manual/de/ prefer-language=3Dde
SetEnvIf Request_URI ^/manual/en/ prefer-language=3Den
SetEnvIf Request_URI ^/manual/es/ prefer-language=3Des
SetEnvIf Request_URI ^/manual/fr/ prefer-language=3Dfr
SetEnvIf Request_URI ^/manual/ja/ prefer-language=3Dja
SetEnvIf Request_URI ^/manual/ko/ prefer-language=3Dko
SetEnvIf Request_URI ^/manual/ru/ prefer-language=3Dru
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ =
/manual/$1$2
</Directory>

ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"

<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

IndexOptions FancyIndexing VersionSort

AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*

AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core

AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^

DefaultIcon /icons/unknown.gif

ReadmeName README.html
HeaderName HEADER.html

IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

AddLanguage ca .ca
AddLanguage cs .cz .cs
AddLanguage da .dk
AddLanguage de .de
AddLanguage el .el
AddLanguage en .en
AddLanguage eo .eo
AddLanguage es .es
AddLanguage et .et
AddLanguage fr .fr
AddLanguage he .he
AddLanguage hr .hr
AddLanguage it .it
AddLanguage ja .ja
AddLanguage ko .ko
AddLanguage ltz .ltz
AddLanguage nl .nl
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pl .po
AddLanguage pt .pt
AddLanguage pt-BR .pt-br
AddLanguage ru .ru
AddLanguage sv .sv
AddLanguage zh-CN .zh-cn
AddLanguage zh-TW .zh-tw

LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn =
no pl pt pt-BR ru sv zh-CN zh-TW

ForceLanguagePriority Prefer Fallback

AddDefaultCharset ISO-8859-9

AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5

AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8

AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis

AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

AddHandler type-map var

BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0

BrowserMatch "Microsoft Data Access Internet Publishing Provider" =
redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully

<IfModule mod_ssl.c>
Include conf/ssl.conf
</IfModule>




------_=_NextPart_001_01C4B98D.BD2D1B56
Content-Type: text/plain; charset=us-ascii

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
------_=_NextPart_001_01C4B98D.BD2D1B56--
g.goksu [ So, 24 Oktober 2004 07:53 ] [ ID #444719 ]

RE: phpmyadmin connection problem with php & mysql

Well.. no. I had checked that and have checked it again.

There is a php_mysql.dll file on both the
C:\Program Files\php\ext and
C:\Program Files\php\extentions directories.

The second is the directory I have defined as my extentions directory.

File version number is 5.0.0.0
It was in the distro. (php-5.0.0-Win32.zip)

I though php had Native support for mysql. Thus not needing any fidling =
for this to work. (Ah the optimist in me)
My Phpmyadmin was updated after the fix of a bug of theirs that =
prevented it to work properly with php5.
Thus that should not be a problem.

I have no clue. I am stuck with this problem for nearly a month now.
There is not a faq or how-to that I havent read. I guess I miss =
something very obvious.

I cant go on learning more coding for php & mysql because of this =
problem.

I have learned enough to write a little book on the subject of =
installation but no more.

What could be wrong?
Is something wrong with the ini files?
I've read and reread them to no avail.
Would someone from the list check it again please?

Gün


-----Original Message-----
From: doris [at] visualorange.com [mailto:doris [at] visualorange.com]
Sent: Sunday, October 24, 2004 10:13 AM
To: Gün Göksu
Subject: Re: [PHP-WIN] phpmyadmin connection problem with php & mysql

Hi there,

php_mysql.dll has to be downloaded and installed separately.
It's not included anymore in the binary distribution packet.
You can download it from the download page of php.net
and it's called: pecl-5.0.2-Win32.zip

Collection of PECL modules for PHP 5.0.2 [1,075Kb] - 23 Sep 2004
(Most of these PECL extension files come standard with PHP 4 Windows
binaries but have since been moved into this separate PECL download. =
Files
such as php_pdf.dll, php_zip.dll, etc.)
md5: 5a95c4bf9561d12ad992dfb4e6e60222

Good luck!
Doris

=3D=3D=3D=3D=3D=3D=3DSnip=3D=3D=3D=3D=3D=3D=3D

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g.goksu [ So, 24 Oktober 2004 10:28 ] [ ID #444721 ]

RE: phpmyadmin connection problem with php & mysql

If by uncommenting the extention line in php.ini you mean

extension=3Dphp_mysql.dll

Then it was uncommented.
I have also copied the
php_mysql.dll & libmysql.dll files to the system32 directory.

It still does not work.

I have the following in my path too
c:\program files\php;c:\program files\mysql;c:\program files\apache =
group\apache2;c:\;c:\program files\php\extentions
So it should find the files under c:\program files\php\extentions and =
work from there in the first place.

But it does not. :(


-----Original Message-----
From: Janet Valade [mailto:jvalade [at] eoni.com]
Sent: Sunday, October 24, 2004 12:10 PM
To: Gün Göksu
Subject: Re: [PHP-WIN] phpmyadmin connection problem with php & mysql

Gün Göksu wrote:

> Well.. no. I had checked that and have checked it again.
>
> There is a php_mysql.dll file on both the
> C:\Program Files\php\ext and
> C:\Program Files\php\extentions directories.
>
> The second is the directory I have defined as my extentions directory.

copy php_mysql.dll into windows\system32
copy libmysql.dll into windows\system32

If you haven't, uncomment the extension line in php.ini for mysql.

Janet

>
> File version number is 5.0.0.0
> It was in the distro. (php-5.0.0-Win32.zip)
>
> I though php had Native support for mysql. Thus not needing any =
fidling for this to work. (Ah the optimist in me)
> My Phpmyadmin was updated after the fix of a bug of theirs that =
prevented it to work properly with php5.
> Thus that should not be a problem.
>
> I have no clue. I am stuck with this problem for nearly a month now.
> There is not a faq or how-to that I havent read. I guess I miss =
something very obvious.
>
> I cant go on learning more coding for php & mysql because of this =
problem.
>
> I have learned enough to write a little book on the subject of =
installation but no more.
>
> What could be wrong?
> Is something wrong with the ini files?
> I've read and reread them to no avail.
> Would someone from the list check it again please?
>
> Gün
>
>
> -----Original Message-----
> From: doris [at] visualorange.com [mailto:doris [at] visualorange.com]
> Sent: Sunday, October 24, 2004 10:13 AM
> To: Gün Göksu
> Subject: Re: [PHP-WIN] phpmyadmin connection problem with php & mysql
>
> Hi there,
>
> php_mysql.dll has to be downloaded and installed separately.
> It's not included anymore in the binary distribution packet.
> You can download it from the download page of php.net
> and it's called: pecl-5.0.2-Win32.zip
>
> Collection of PECL modules for PHP 5.0.2 [1,075Kb] - 23 Sep 2004
> (Most of these PECL extension files come standard with PHP 4 Windows
> binaries but have since been moved into this separate PECL download. =
Files
> such as php_pdf.dll, php_zip.dll, etc.)
> md5: 5a95c4bf9561d12ad992dfb4e6e60222
>
> Good luck!
> Doris
>
> =3D=3D=3D=3D=3D=3D=3DSnip=3D=3D=3D=3D=3D=3D=3D
>


--
Janet Valade -- janet.valade.com

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g.goksu [ So, 24 Oktober 2004 12:30 ] [ ID #444722 ]
PHP » gmane.comp.php.windows » phpmyadmin connection problem with php & mysql

Vorheriges Thema: CGI binary vs. ISAPI module
Nächstes Thema: PHP5/IIS6 Unable to load dynamic library