On Fri, 9 Mar 2001, Jon Haworth wrote:
> Not sure exactly what you're after... MySQL isn't an Apache module, it's a
> separate program.
> Where can I find Apache module for mySQL ??
maybe "mysql module for apache"?
regards
--
Bartosz Sienkiewicz
MULTINET SA
---
On Thu, 19 Apr 2001, feldekis wrote:
> ./bin/mysql -p -user=root
> Enter password: password
> ERROR 1045: Access denied for user: 'ser=root@localhost' (Using password: YES)
^
mysql -p -u root, not mysql -p -user=root
pz
--
Bartosz Sienkiewicz
---