Siramon: Problem mit PHP3 und MySQL anbindung - obwohl alles richtig konfiguriert -

Beitrag lesen

hallo max

Fatal error: Call to unsupported or undefined function mysql_connect() in c:\apache\htdocs\mysql\mysqlshow.php3 on line XXX

so sieht die config.inc.php3 bei mir aus:

user ist 'root' und passwort hab ich keines...

// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host'] = 'localhost';           // MySQL hostname
$cfgServers[1]['port'] = '3306';                 // MySQL port - leave blank for default port
$cfgServers[1]['adv_auth'] = false;             // Use advanced authentication?
$cfgServers[1]['stduser'] = 'root';             // MySQL standard user (only needed with advanced auth)
$cfgServers[1]['stdpass'] = '';                 // MySQL standard password (only needed with advanced auth)
$cfgServers[1]['user'] = 'root';                // MySQL user (only needed with basic auth)
$cfgServers[1]['password'] = '';                // MySQL password (only needed with basic auth)
$cfgServers[1]['only_db'] = '';                 // If set to a db-name, only this db is accessible
$cfgServers[1]['verbose'] = '';                 // Verbose name for this host - leave blank to show the hostname

achtung!!

die db ist so nicht geschützt.
wie du benutzer anlegen kannst wurde weiter oben schon verwiesen.

so viel spass ;-)

gruss

Siramon