Tag: MySQL
Create & Grant MySQL User Account By default, the root account on MySQL Server has all privileges on every tables on MySQL Server but only localhost can have accessed …
You can download example databases for MySQL at http://dev.mysql.com/doc (Scroll down to Example Databases section). By the time I’m writing the article, there are 4 sample databases available on …
In this post, I’ll show how to setup MySQL Server on a database PC. Step-by-step to setup MySQL Server Download MySQL 5.1.30 Community Edition from mysql.com. Double-click the setup …
Introduction Here comes again, another tutorial about accessing MySQL on VB.NET. This tutorial shows you how to use Microsoft Visual Studio’s VB.NET to connect MySQL using MySQL Connector/Net. I’m …
Accessing MySQL on NetBeans using JDBC, Part 2: Perform SQL Operations From Part I, I have only established a connection with local MySQL. Next I’ll show how to retrieve …
Accessing MySQL on NetBeans using JDBC, Part 1: Create a connection This tutorial show you how to use NetBeans to connect MySQL by using MySQL Connector/J, MySQL AB’s JDBC …