MySQL JDBC Driver (MySQL Connector/J)

Posted by: admin  :  Category: MySQL

This article provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver inf…

Creating database user in MySQL

Posted by: admin  :  Category: MySQL

In this MySQL create user article I try to summarize how you can add a new user to your MySQL database.

Setting next AUTOINCREMENT value

Posted by: admin  :  Category: MySQL

How to set next AUTO-INCREMENT value in MySQL database?