Pario TechnoBlob
About Posts

Tag: Database

Create a mysql trigger This is a short description on how you can create an easy Trigger in mysql. My trigger will insert todays date when I insert a new database record. A trigger is a named...
Oct 1, 2008 5:05PM
Enable query caching in mysql Query caching is a way to increase the performance of mysql by caching database queries. It’s quite easy to do and only requires to edit one file, in Debian it’s called...
Sep 13, 2008 1:15PM
mysql_secure_installation — Improve MySQL Installation Security This program enables you to improve the security of your MySQL installation in the following ways: You can set a password for root accounts. You can remove root accounts that...
Feb 19, 2008 12:37AM
mysql create utf8 database This is the way to create a mysql database with UTF8 characterset CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
Jan 26, 2008 11:28PM
«« « 1 2 3  …  6 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom