Datasource to MYSQL

2004-05-14 Thread Devlin Rambo
Hello, For some reason my user is getting sent to mysql as [EMAIL PROTECTED] Of course the localhost is way to long and mysql can't grant access to the user with the localhost appended. Does anyone know of a way to suppress the localhost portion to keep it from being sent for validation and

Re: Datasource to MYSQL

2004-05-14 Thread Parsons Technical Services
using the same login name and password as you have set Tomcat to use in the Datasource. mysql -u tomcat -p This will try to logon as tomcat and prompt you for a password. Doug www.parsonstechnical.com - Original Message - From: Devlin Rambo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

How To define+use a datasource for mysql in the admin console

2003-07-22 Thread Kevin Passey
Hi all, Can somebody point me in the right direction. I have normally set up a data source in the server XML file as a part of my project's context entry. With some entries in the projects Web XML file. What I want to do is define this as a data source in the admin console. Has anybody

Re: default DataSource for mySQL?

2003-01-14 Thread Normand McGuire
and PASSWORD with appropriate values. Then, in your JSP code, There will be no need to specifiy the data source. Normand McGuire From: Petter Karlström Subject: default DataSource for mySQL? Date: Mon, 13 Jan 2003 00

default DataSource for mySQL?

2003-01-13 Thread Petter Karlström
Hi all, I'm accessing a mySQL database via JSTL: %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % %@ taglib prefix=sql uri=http://java.sun.com/jstl/sql; % sql:setDataSource var=example scope=application driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost/testDB user=