Posts Tagged ‘Databases’

Sun and Oracle


Sun and Oracle

Sun and Oracle today announced a definitive agreement for Oracle to acquire Sun for $9.50 per share in cash. The Sun Board of Directors has unanimously approved the transaction. It is anticipated to close this summer.
The acquisition combines best-in-class enterprise software and mission-critical computing systems. Oracle plans to engineer and deliver an integrated system—applications [...]

Continue reading...

Free Lyrics search engine


Free Lyrics search engine

From Lyricsfly you can your favorite song titles for free.  A database with 600,000 songs is under this script. Lyricsfly.com use a slightly modified java script engine from the brilliantly crafted Google Suggest project, along with some PHP code to serve suggestions as text is being typed into the input field. All lyrics come [...]

Continue reading...

Generate Free data for your tables

Generate Free data for your tables

Was really hard filling the database of my project with data to test it. I lose around 3 hours to type a lot of information’s to fill the tables. Generatedata.com is a great website to generate a lot of data to populate your tables. Result type can be in HTML, Excel, XML, CSV or [...]

Continue reading...

Tagged with: [ , , , ]

Web based MySQL administration

Web based MySQL administration

MySQL is a relational database management system (RDBMS) and most of web databases are based on MySQL with more than 11 million installations. The program runs as a server providing multi-user access to a number of databases. To administer MySQL databases one can use the included command-line tool (commands: mysql and mysqladmin).
In the alternative [...]

Continue reading...