[PHP/MySQL]PB de configuration

PB de configuration [PHP/MySQL] - SQL/NoSQL - Programmation

Marsh Posté le 22-02-2004 à 15:41:07    

Salut, je suis sous une Debian avec les packages installé tout comme il faut pour faire marcher un pti serveur apache php mysql.
 
apache et php fonctionne
mysql fonctionne en local (ajour table & co)
 
par contre dans mon .php il me dit que mysql_connect est introuvable.
 
Voici l'erreur :
Fatal error: Call to undefined function: mysql_connect() in /var/www/tools_mysql.php on line 31
 
 
Comment faire ?? merci

Reply

Marsh Posté le 22-02-2004 à 15:41:07   

Reply

Marsh Posté le 22-02-2004 à 15:43:34    

Ton MySQL est bien intégré à PHP ?
poste ton php.ini ..

Reply

Marsh Posté le 22-02-2004 à 15:46:56    

Pardon j'avais pas vu que tu étais sous linux
 
Lorsque tu configure php, tu inclus bien MySQL avec :??:
 
 
 
exemple d'arguement : --with-mysql=/usr/local/mysql_test'  

Reply

Marsh Posté le 22-02-2004 à 15:54:00    

a mon avis il a tout installé avec apt-get install si oui, tu fais apt-get install php4-mysql et ça devrais être bon :)

Reply

Marsh Posté le 22-02-2004 à 15:55:57    

G installé php apache mysql avec lé package cad sans recompiler le tout sous debian, le php.ini est donc celui par défaut. Ou est ce que je peu voir si C bon ou pas ??

Reply

Marsh Posté le 22-02-2004 à 15:57:26    

dans la racine de ton truc apache, fait un fichier php  
 
 
et dedans tu mets :
 
<?
phpinfo();
?>
 
ensuite tu va sur la page, et tu nous copie colle ce qui est affiché

Reply

Marsh Posté le 22-02-2004 à 15:58:40    

oué ca marche le phpinfo()... la je réistal le pakage php4mysql

Reply

Marsh Posté le 22-02-2004 à 15:59:17    

jardy a écrit :

G installé php apache mysql avec lé package cad sans recompiler le tout sous debian, le php.ini est donc celui par défaut. Ou est ce que je peu voir si C bon ou pas ??


 
Ta fait apt-get install php4-mysql ?

Reply

Marsh Posté le 22-02-2004 à 15:59:20    

[:mlc]
 
dans le phpinfo, il y a une section mysql
 
affiche là ICI

Reply

Marsh Posté le 22-02-2004 à 15:59:42    

jardy a écrit :

oué ca marche le phpinfo()... la je réistal le pakage php4mysql
 


 
Heuresement que ça marche, mais esque il y a mysql ?

Reply

Marsh Posté le 22-02-2004 à 15:59:42   

Reply

Marsh Posté le 22-02-2004 à 16:00:16    

PHP Version 4.1.2  
 
System Linux (none) 2.4.20-6um #1 SMP Fri Jun 6 10:15:19 EDT 2003 i686 unknown  
Build Date Jul 15 2003  
Configure Command  '../configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-regex=php' '--with-config-file-path=/etc/php4/apache' '--disable-rpath' '--disable-debug' '--enable-memory-limit' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db2' '--with-iconv' '--with-ndbm' '--enable-exif' '--enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring' '--with-pcre-regex=/usr' '--enable-shmop' '--enable-sockets' '--enable-wddx' '--with-xml=/usr' '--with-expat-dir=/usr' '--enable-yp' '--with-zlib' '--without-pgsql' '--disable-static' '--with-layout=GNU' '--with-curl=shared,/usr' '--with-dom=shared,/usr' '--with-zlib-dir=/usr' '--with-gd=shared,/usr' '--with-jpeg-dir=shared,/usr' '--with-xpm-dir=shared,/usr/X11R6' '--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/usr' '--with-imap=shared,/usr' '--with-ldap=shared,/usr' '--with-mcal=shared,/usr' '--with-mhash=shared,/usr' '--with-mm' '--with-mysql=shared,/usr' '--with-unixODBC=shared,/usr' '--with-recode=shared,/usr' '--enable-xslt' '--with-xslt-sablot=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-sybase-ct=shared,/usr' '--with-ttf=shared,/usr' '--with-t1lib=shared,/usr'  
Server API Apache  
Virtual Directory Support disabled  
Configuration File (php.ini) Path /etc/php4/apache/php.ini  
ZEND_DEBUG disabled  
Thread Safety disabled  
 
 This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.1.1, Copyright (c) 1998-2001 Zend Technologies
 
 
 
--------------------------------------------------------------------------------
 
PHP 4.0 Credits
 
--------------------------------------------------------------------------------
 
Configuration
PHP Core  
Directive Local Value Master Value  
allow_call_time_pass_reference
 On On  
allow_url_fopen
 1 1  
always_populate_raw_post_data
 0 0  
arg_separator.input
 & &  
arg_separator.output
 & &  
asp_tags
 Off Off  
auto_append_file
 no value no value  
auto_prepend_file
 no value no value  
browscap
 no value no value  
default_charset
 no value no value  
default_mimetype
 text/html text/html  
define_syslog_variables
 Off Off  
disable_functions
 no value no value  
display_errors
 On On  
display_startup_errors
 Off Off  
doc_root
 no value no value  
enable_dl
 On On  
error_append_string
 no value no value  
error_log
 no value no value  
error_prepend_string
 no value no value  
error_reporting
 2039 2039  
expose_php
 On On  
extension_dir
 /usr/lib/php4/20010901 /usr/lib/php4/20010901  
file_uploads
 1 1  
gpc_order
 GPC GPC  
highlight.bg
 #FFFFFF #FFFFFF  
highlight.comment
 #FF9900 #FF9900  
highlight.default
 #0000CC #0000CC  
highlight.html
 #000000 #000000  
highlight.keyword
 #006600 #006600  
highlight.string
 #CC0000 #CC0000  
html_errors
 On On  
ignore_user_abort
 Off Off  
implicit_flush
 Off Off  
include_path
 .:/usr/share/pear .:/usr/share/pear  
log_errors
 Off Off  
magic_quotes_gpc
 On On  
magic_quotes_runtime
 Off Off  
magic_quotes_sybase
 Off Off  
max_execution_time
 30 30  
memory_limit
 8M 8M  
open_basedir
 no value no value  
output_buffering
 no value no value  
output_handler
 no value no value  
post_max_size
 8M 8M  
precision
 14 14  
register_argc_argv
 On On  
register_globals
 On On  
safe_mode
 Off Off  
safe_mode_exec_dir
 no value no value  
safe_mode_gid
 Off Off  
safe_mode_include_dir
 no value no value  
sendmail_from
 me@localhost.com me@localhost.com  
sendmail_path
 /usr/sbin/sendmail -t -i  /usr/sbin/sendmail -t -i  
short_open_tag
 On On  
SMTP
 localhost localhost  
sql.safe_mode
 Off Off  
track_errors
 Off Off  
upload_max_filesize
 2M 2M  
upload_tmp_dir
 no value no value  
user_dir
 no value no value  
variables_order
 EGPCS EGPCS  
xmlrpc_error_number
 0 0  
xmlrpc_errors
 Off Off  
y2k_compliance
 Off Off  
 
 
yp
YP Support enabled  
 
 
xml
XML Support active  
XML Namespace Support active  
EXPAT Version expat_1.95.2  
 
 
wddx
WDDX Support enabled  
WDDX Session Serializer enabled  
 
 
standard
Regex Library Bundled library enabled  
Dynamic Library Support enabled  
Path to sendmail /usr/sbin/sendmail -t -i  
 
Directive Local Value Master Value  
assert.active
 1 1  
assert.bail
 0 0  
assert.callback
 no value no value  
assert.quiet_eval
 0 0  
assert.warning
 1 1  
safe_mode_allowed_env_vars
 PHP_ PHP_  
safe_mode_protected_env_vars
 LD_LIBRARY_PATH LD_LIBRARY_PATH  
session.use_trans_sid
 1 1  
url_rewriter.tags
 a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry  
 
 
sockets
Sockets Support enabled  
 
 
shmop
shmop support enabled  
 
 
session
Session Support enabled  
 
Directive Local Value Master Value  
session.auto_start
 Off Off  
session.cache_expire
 180 180  
session.cache_limiter
 nocache nocache  
session.cookie_domain
 no value no value  
session.cookie_lifetime
 0 0  
session.cookie_path
 / /  
session.cookie_secure
 Off Off  
session.entropy_file
 no value no value  
session.entropy_length
 0 0  
session.gc_maxlifetime
 1440 1440  
session.gc_probability
 1 1  
session.name
 PHPSESSID PHPSESSID  
session.referer_check
 no value no value  
session.save_handler
 files files  
session.save_path
 /tmp /tmp  
session.serialize_handler
 php php  
session.use_cookies
 On On  
 
 
posix
Revision $Revision: 1.33.2.1 $  
 
 
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled  
PCRE Library Version 3.4 22-Aug-2000  
 
 
mbstring
Multibyte (Japanese) Support enabled  
 
Directive Local Value Master Value  
mbstring.detect_order
 no value no value  
mbstring.http_input
 no value no value  
mbstring.http_output
 no value no value  
mbstring.internal_encoding
 no value no value  
mbstring.substitute_character
 no value no value  
 
 
iconv
iconv support enabled  
 
Directive Local Value Master Value  
iconv.input_encoding
 ISO-8859-1 ISO-8859-1  
iconv.internal_encoding
 ISO-8859-1 ISO-8859-1  
iconv.output_encoding
 ISO-8859-1 ISO-8859-1  
 
 
gettext
GetText Support enabled  
 
 
ftp
FTP support enabled  
 
 
exif
EXIF Support enabled  
 
 
dba
DBA support enabled  
Supported handlers ndbm db2  
 
 
ctype
ctype functions enabled (experimental)  
 
 
calendar
Calendar support enabled  
 
 
bz2
BZip2 Support Enabled  
BZip2 Version 1.0.2, 30-Dec-2001  
 
 
bcmath
BCMath support enabled  
 
 
zlib
ZLib Support enabled  
'zlib:' fopen wrapper enabled  
Compiled Version 1.1.4  
Linked Version 1.1.4  
 
 
apache
APACHE_INCLUDE    
APACHE_TARGET    
Apache Version Apache/1.3.26  
Apache Release 10326100  
Apache API Version 19990320  
Hostname:Port 127.0.0.1:80  
User/Group www-data(33)/33  
Max Requests Per Child: 100 - Keep Alive: on - Max Per Connection: 100  
Timeouts Connection: 300 - Keep-Alive: 15  
Server Root /etc/apache  
Loaded Modules mod_php4, mod_setenvif, mod_unique_id, mod_expires, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_cgi, mod_dir, mod_autoindex, mod_status, mod_negotiation, mod_mime, mod_mime_magic, mod_log_config, mod_macro, mod_so, http_core  
 
Directive Local Value Master Value  
child_terminate
 0 0  
engine
 1 1  
last_modified
 0 0  
xbithack
 0 0  
 
 
Apache Environment
Variable Value  
DOCUMENT_ROOT /var/www  
HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*  
HTTP_ACCEPT_ENCODING gzip, deflate  
HTTP_ACCEPT_LANGUAGE fr  
HTTP_CONNECTION Keep-Alive  
HTTP_HOST 192.168.0.8  
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
PATH /bin:/usr/bin:/sbin:/usr/sbin  
REMOTE_ADDR 192.168.0.5  
REMOTE_PORT 4533  
SCRIPT_FILENAME /var/www/test.php  
SERVER_ADDR 192.168.0.8  
SERVER_ADMIN webmaster@Promethee  
SERVER_NAME 127.0.0.1  
SERVER_PORT 80  
SERVER_SIGNATURE <ADDRESS>Apache/1.3.26 Server at 127.0.0.1 Port 80</ADDRESS>
 
SERVER_SOFTWARE Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2  
UNIQUE_ID QDjFR38AAAEAAAJCRNA  
GATEWAY_INTERFACE CGI/1.1  
SERVER_PROTOCOL HTTP/1.1  
REQUEST_METHOD GET  
QUERY_STRING    
REQUEST_URI /test.php  
SCRIPT_NAME /test.php  
 
 
HTTP Headers Information
HTTP Request Headers  
HTTP Request GET /test.php HTTP/1.1  
Accept image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*  
Accept-Encoding gzip, deflate  
Accept-Language fr  
Connection Keep-Alive  
Host 192.168.0.8  
User-Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
HTTP Response Headers  
X-Powered-By PHP/4.1.2  
Keep-Alive timeout=15, max=100  
Connection Keep-Alive  
Transfer-Encoding chunked  
Content-Type text/html; charset=iso-8859-1  
 
 
Additional Modules
sysvshm  
sysvsem  
filepro  
session mm  
 
 
Environment
Variable Value  
PWD /  
CONSOLE /dev/console  
PREVLEVEL N  
AUTOBOOT YES  
runlevel 2  
LANG C  
SHLVL 2  
previous N  
BOOT_IMAGE Linux  
TERM linux  
PATH /bin:/usr/bin:/sbin:/usr/sbin  
RUNLEVEL 2  
INIT_VERSION sysvinit-2.84  
_ /sbin/start-stop-daemon  
 
 
PHP Variables
Variable Value  
PHP_SELF /test.php  
_SERVER["DOCUMENT_ROOT"] /var/www  
_SERVER["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*  
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate  
_SERVER["HTTP_ACCEPT_LANGUAGE"] fr  
_SERVER["HTTP_CONNECTION"] Keep-Alive  
_SERVER["HTTP_HOST"] 192.168.0.8  
_SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
_SERVER["PATH"] /bin:/usr/bin:/sbin:/usr/sbin  
_SERVER["REMOTE_ADDR"] 192.168.0.5  
_SERVER["REMOTE_PORT"] 4533  
_SERVER["SCRIPT_FILENAME"] /var/www/test.php  
_SERVER["SERVER_ADDR"] 192.168.0.8  
_SERVER["SERVER_ADMIN"] webmaster@Promethee  
_SERVER["SERVER_NAME"] 127.0.0.1  
_SERVER["SERVER_PORT"] 80  
_SERVER["SERVER_SIGNATURE"] <ADDRESS>Apache/1.3.26 Server at 127.0.0.1 Port 80</ADDRESS>
   
_SERVER["SERVER_SOFTWARE"] Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2  
_SERVER["UNIQUE_ID"] QDjFR38AAAEAAAJCRNA  
_SERVER["GATEWAY_INTERFACE"] CGI/1.1  
_SERVER["SERVER_PROTOCOL"] HTTP/1.1  
_SERVER["REQUEST_METHOD"] GET  
_SERVER["QUERY_STRING"]    
_SERVER["REQUEST_URI"] /test.php  
_SERVER["SCRIPT_NAME"] /test.php  
_SERVER["PATH_TRANSLATED"] /var/www/test.php  
_SERVER["PHP_SELF"] /test.php  
_SERVER["argv"] Array
(
)
 
   
_SERVER["argc"] 0  
_ENV["PWD"] /  
_ENV["CONSOLE"] /dev/console  
_ENV["PREVLEVEL"] N  
_ENV["AUTOBOOT"] YES  
_ENV["runlevel"] 2  
_ENV["LANG"] C  
_ENV["SHLVL"] 2  
_ENV["previous"] N  
_ENV["BOOT_IMAGE"] Linux  
_ENV["TERM"] linux  
_ENV["PATH"] /bin:/usr/bin:/sbin:/usr/sbin  
_ENV["RUNLEVEL"] 2  
_ENV["INIT_VERSION"] sysvinit-2.84  
_ENV["_"] /sbin/start-stop-daemon  
 
 
PHP License
This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE  
 
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
 
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.  
 
 

Reply

Marsh Posté le 22-02-2004 à 16:00:41    

ca C du post de bourin dsl

Reply

Marsh Posté le 22-02-2004 à 16:01:04    

there is not mysql :D

Reply

Marsh Posté le 22-02-2004 à 16:01:12    

Citation :


'../configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-regex=php' '--with-config-file-path=/etc/php4/apache' '--disable-rpath' '--disable-debug' '--enable-memory-limit' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db2' '--with-iconv' '--with-ndbm' '--enable-exif' '--enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring' '--with-pcre-regex=/usr' '--enable-shmop' '--enable-sockets' '--enable-wddx' '--with-xml=/usr' '--with-expat-dir=/usr' '--enable-yp' '--with-zlib' '--without-pgsql' '--disable-static' '--with-layout=GNU' '--with-curl=shared,/usr' '--with-dom=shared,/usr' '--with-zlib-dir=/usr' '--with-gd=shared,/usr' '--with-jpeg-dir=shared,/usr' '--with-xpm-dir=shared,/usr/X11R6' '--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/usr' '--with-imap=shared,/usr' '--with-ldap=shared,/usr' '--with-mcal=shared,/usr' '--with-mhash=shared,/usr' '--with-mm' '--with-mysql=shared,/usr' '--with-unixODBC=shared,/usr' '--with-recode=shared,/usr' '--enable-xslt' '--with-xslt-sablot=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-sybase-ct=shared,/usr' '--with-ttf=shared,/usr' '--with-t1lib=shared,/usr'  
 
 


 
[:mlc] ah ouais quand meme

Reply

Marsh Posté le 22-02-2004 à 16:01:20    

apt-get install php4-mysql is needed :o

Reply

Marsh Posté le 22-02-2004 à 16:01:40    

skylight a écrit :

Citation :


'../configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs' '--with-regex=php' '--with-config-file-path=/etc/php4/apache' '--disable-rpath' '--disable-debug' '--enable-memory-limit' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db2' '--with-iconv' '--with-ndbm' '--enable-exif' '--enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring' '--with-pcre-regex=/usr' '--enable-shmop' '--enable-sockets' '--enable-wddx' '--with-xml=/usr' '--with-expat-dir=/usr' '--enable-yp' '--with-zlib' '--without-pgsql' '--disable-static' '--with-layout=GNU' '--with-curl=shared,/usr' '--with-dom=shared,/usr' '--with-zlib-dir=/usr' '--with-gd=shared,/usr' '--with-jpeg-dir=shared,/usr' '--with-xpm-dir=shared,/usr/X11R6' '--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/usr' '--with-imap=shared,/usr' '--with-ldap=shared,/usr' '--with-mcal=shared,/usr' '--with-mhash=shared,/usr' '--with-mm' '--with-mysql=shared,/usr' '--with-unixODBC=shared,/usr' '--with-recode=shared,/usr' '--enable-xslt' '--with-xslt-sablot=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-sybase-ct=shared,/usr' '--with-ttf=shared,/usr' '--with-t1lib=shared,/usr'  
 
 


 
[:mlc] ah ouais quand meme  


 
Dans les apt-get install des Debian c'est comme ça ;)

Reply

Marsh Posté le 22-02-2004 à 16:01:45    

c fé
 
alors ya du mieux lol
 
Warning: Access denied for user: 'aflb@localhost' (Using password: YES) in /var/www/tools_mysql.php on line 31
 
Warning: MySQL Connection Failed: Access denied for user: 'aflb@localhost' (Using password: YES) in /var/www/tools_mysql.php on line 31

Reply

Marsh Posté le 22-02-2004 à 16:01:50    

je lis "-with-mysql=shared,/usr'"
 
remplace shared,/usr  par l'endroit ou se trouve ton mysql

Reply

Marsh Posté le 22-02-2004 à 16:02:20    

pti pb de user comment kon fé pour add un user dja

Reply

Marsh Posté le 22-02-2004 à 16:02:28    

jardy a écrit :

c fé
 
alors ya du mieux lol
 
Warning: Access denied for user: 'aflb@localhost' (Using password: YES) in /var/www/tools_mysql.php on line 31
 
Warning: MySQL Connection Failed: Access denied for user: 'aflb@localhost' (Using password: YES) in /var/www/tools_mysql.php on line 31
 

bon ben là c'est bon ... te reste a configurer les utilisateurs de mysql... maintenant il est bien intégré a php.

Reply

Marsh Posté le 22-02-2004 à 16:02:43    

adduser

Reply

Marsh Posté le 22-02-2004 à 16:03:20    

skylight a écrit :

je lis "-with-mysql=shared,/usr'"
 
remplace shared,/usr  par l'endroit ou se trouve ton mysql


 
Précompilé by Debian :o

Reply

Marsh Posté le 22-02-2004 à 16:03:40    

k merci bocou pour votre aide précieuse !! Je vais me demerder la
 
bonne fin de journée
 
nota je pense que ce post peu etre suprimer car C dla merde lol

Reply

Marsh Posté le 22-02-2004 à 16:03:41    

C'est naze, tu maitrise meme pas ton linux en fait...

Reply

Marsh Posté le 22-02-2004 à 16:04:08    

pas post mé topic dsl

Reply

Marsh Posté le 22-02-2004 à 16:04:22    

skylight a écrit :

C'est naze, tu maitrise meme pas ton linux en fait...


 
Le mien est tout compilé à la main :o


Message édité par H a w k le 22-02-2004 à 16:04:42
Reply

Marsh Posté le 22-02-2004 à 16:04:44    

non je maitrise pas top japprend... dsl mé je doi confif un intranet pour dans 3j... alors japrend vite é mal

Reply

Marsh Posté le 22-02-2004 à 16:15:51    

Bon... Tjs la meme erreur... mon utilisateur est bien la il a lé droits suffisant...
 
la connection se fait comme suit :  
mysql_connect("localhost", "mon_user","mon_pass" )
 
G tjs l'acces denied

Reply

Marsh Posté le 22-02-2004 à 16:16:36    

ben non s'il te dit que c'est pas bon, c'est pas bon

Reply

Marsh Posté le 22-02-2004 à 16:19:51    

tu l'as changer comment le pass de mysql ?

Reply

Marsh Posté le 22-02-2004 à 16:21:46    

jutilise webmin pour gerer tout ca,
nota meme en mettant le root pour la connexion ca marche po

Reply

Marsh Posté le 22-02-2004 à 16:24:34    

plus de detail... sous webmin G un user aflb
G ressaisi le pass
au nivo hosts il é all
Il a tout lé droits

Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed