skip to Main Content

SSLException for connecting mysql db – Apache

I am creating a webproject..I have configured the jdbc realm for this..I need to connect the java servlet to mysql database.. private static String JDBC_DRIVER = "com.mysql.jdbc.Driver", DB_URL = "jdbc:mysql://localhost/chat", USER = "root", PASS = "public"; @OnMessage public void onMessage(String…

VIEW QUESTION

SQL to get order items from Magento?

I need to get a list of ordered physical items to ship from the database. The list need to consist of name, sku, quantity, price, weight, and dimensions. How can we fo this without using Magento's own framework components. The…

VIEW QUESTION

magento 1.9 insert product through sql query

I want to insert a product using sql directly, these are the table I've filled with the relative queries, the categories 1 is root and 19 already exists: INSERT INTO etpq_catalog_product_entity ( entity_type_id, attribute_set_id, type_id, sku, has_options, required_options, created_at, updated_at…

VIEW QUESTION
Back To Top
Search