Recent Posts
Knowledge Sharing
Return To Blog Listing
share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)
Recent Posts Tagged With 'database'
After Oracle Bought 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
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
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...
