Joomla!, Wordpress tips for building your site

Joomla!, Wordpress tips for building your site

Syndicate this site using RSS

Posts Tagged ‘MySQL

1. How to get last insert auto increment id.

Published on| February 10th, 2010

If you set ‘AUTO_INCREMENT’ to attribute of the table column , its column will increment automatic when records is inserted into the table. And its ...



2. How to search table name with MySQL

Published on| December 3rd, 2009

You may want to know table name in DataBase with MySQL. If you want to do it, you should input the following command (SHOW TABLES command).



3. How to convert to MySQL from SQLite with Wordpress

Published on| November 8th, 2009

The post “How to work WordPress with SQLite“, “Note WordPress with SQLite on Windows Server” was written before. In the previous posts, ...