Recent Posts

Knowledge Sharing

Knowledge Sharing

Return To Blog Listing

share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)

Search This Blog's Tags For:

Recent Posts Tagged With 'database'

  • After Oracle Bought Sun

    Posted on Friday April 24th, 2009 at 04:46 in MySQL, java, oracle, database, sun

    A few days ago, Oracle, a company which is known by it’s RDBMS, Oracle Database, bought Sun Microsystems ($7.4 billion.. wheewwww), a company which is known by it’s famous programming language, Java. As we know, Sun had bought MySQL, the ...

  • Joomla Database Crash

    Posted on Saturday March 21st, 2009 at 21:36 in MySQL, joomla, database, cms

    jtablesession::Store Failed DB function failed with error number 145 Table ‘./joomla_database/jos_session’ is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` (`session_id`,`time`,`username`,`gid`,`guest`,`client_id`) VALUES...

  • Creating Database in MySQL

    Posted on Wednesday January 7th, 2009 at 22:42 in MySQL, database

    There are a few ways to create a database (known as schema) in MySQL, such as using command line or third party software. Using Command Line If we decide to use command line, then we must know the syntax to create it. It’s pretty simple: CREATE...