Re: Insert using connector j?
Posted by: douglas wilson
Date: August 20, 2014 01:17AM

YOu can use connector j with the insert statement im my sql. firstof connector j can be installed in to the server after that creating the table .

chown tomcat:tomcat /usr/local/tomcat/webapps/mmbase-webapp/WEB-INF/config/modules/jdbc.xml
chmod 640 /usr/local/tomcat/webapps/mmbase-webapp/WEB-INF/config/modules/jdbc.xml

Then create the database;
CREATE DATABASE <database name>;
USE <database name>;
GRANT INSERT <database name>.* TO
<mmuser>@'%' IDENTIFIED BY '<password>';

Options: ReplyQuote


Subject
Written By
Posted
Re: Insert using connector j?
August 20, 2014 01:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.