
December 2nd, 1999, 01:33 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Well it seems, that your MySQL server is not working, did you start it? It's done like this:
mysql.server start
Or maybe you didn't configured php to work with mysql? You can check it by calling the phpinfo() function, if there is a info about mysql, then your php is configured to use mysql, and your problem is within mysqlserver.
Maybe you should read some fine tutorials about mysql administration here on devshed or webmonkey?
Regards,
Goral
goral@unet.pl
|