Great Reviews!Need help setting up your website, installing Apache, PHP, MySQL, or RavenNuke(tm)?Need help customizing or designing scripts?Please contact us via the Contact Us option for further details and pricing.
Oracle to issue 78 patches, including 27 for MySQL
Southern writes "Oracle is set on Tuesday to release 78 security fixes for vulnerabilities in its database, middleware and applications, according to a preview announcement posted to the company's website this week.
A full 27 of those are targeted for the MySQL database. One of the vulnerabilities can be exploited over a network without log-in credentials. The highest CVSS (Common Vulnerability Scoring System) Base Score among the MySQL bugs is 5.5, which falls into the system's "medium" risk range.
Two other fixes are for Oracle's database, and Oracle is also planning to ship 11 patches for Fusion Middleware. Five of the bugs in the latter can be remotely exploited with no user authentication required.
Posted by Palbin on Wednesday, January 18, 2012 @ 14:18:17 EST (55 reads) ( | Score: 0)
Backup Your MySQL Database Using PHP
Southern writes "One of the most important tasks any developer needs to do often is back up their MySQL database. In many cases, the database is what drives most of the site. While most web hosts do a daily backup of a customer's database, relying on them to make backups and provide them at no cost is risky to say the least. That's why I've created a database backup function that I can call whenever I want -- including nightly CRONs.
Posted by Raven on Sunday, October 02, 2011 @ 18:49:00 EDT (764 reads) ( | Score: 0)
MySQL Creator Launches Campaign to *save* Database
nb1 writes "The creator of MySQL has launched a Web-based campaign to "save" the open-source database from the "clutches" of Oracle, which is attempting to purchase its current owner, Sun Microsystems.
Oracle announced plans to buy Sun in April for US$7.4 billion, but the deal has been held up while European authorities conduct an antitrust review. One key concern of regulators, as well as open-source advocates, is the future of MySQL under Oracle, which holds a healthy share of the database market with its own proprietary product.
But if users speak up now, European authorities could stop the merger or force Oracle to provide certain concessions and guarantees around MySQL, Michael "Monty" Widenius said in a
Posted by Raven on Friday, December 18, 2009 @ 02:08:18 EST (746 reads) ( | Score: 0)
InfoWorld reports Oracle to buy Sun, fails to discuss impact on MySQL
kguske writes "Infoworld reports that Oracle will acquire Sun, without mentioning possible impacts on database competitor MySQL, which was acquired by Sun last year. Hopefully, there will be some anti-trust reviews by the US and / or EU that will give MySQL a life..."
Posted by Raven on Monday, April 20, 2009 @ 14:28:51 EDT (868 reads) ( | Score: 0)
Backup_Restore Utility
papamike writes "Some of you may know me for the themes I build but my career went way further than that. I'm a retired Network Engineer who for 33 years worked in just about every area of a computer center that you can thnk of. But I'm not here to talk about me, I'm here to pass along to you the information I gathered while I conducted a test of the Backup_Restore utility that I released just for RavenNuke(tm) that's used to backup and if needed to restore your sql tables and data information.
This week started out just like every other one. I'm an invalid suffering from a variety of medical conditions so I sit in my chair everyday and create things on my computer. I got this crazy idea that I wanted to test the Backup_Restore utility that I had worked on and released a couple of weeks back. So to satisfy my craving I decided to conduct a realtime intrusion/forced entry attack on my root account which has 7 SQL databases. The reason I did this was to test my Backup_Restore utility under actual conditions where the entire SQL is compromised and deleted.
Before I started I backed up all of the databases just the same way I do everyday using the Backup_Restore utility that I designed and modified for RavenNuke(tm). Next I entered my root account (simulated hack attack) and deleted the entire SQL installation. This effectively wiped out all of my databases.
I started to recover right away.
- I changed the root username and password
- Reinstalled MySQL.
- Used phpMyAdmin to recreate the databases, usernames and passwords
- Edited the Backup_Restore config file for each site by adding the new Db info I created earlier and uploaded them to each domain directory using FTP.
- Uploaded and installed the database tables and data.
Everything went smoothly and I was back online with no errors in just a few minutes. This was the ultimate method I could think of to fully test my Backup_Restore.utility and it passed with flying colors.
I am now working on a new release which will work even better than this first release.
I did discover an error a couple of days later that I will need to address in the next stable release. When you install your database using Backup_Restore you must make sure that all tables in your database are dropped. This is easy to do using phpMyAdmin. If you don't drop the tables and data the BigDump restore utility will render an error message and stop.
I think that everyone should get a copy of my utility and use it to backup your databases daily. It only takes a few seconds to run the backup utility and have the data e-mailed to you. Visit me at http://www.papamikecreations.net to get your copy today.
Thanks and Happy Holidays to everyone"
Posted by Raven on Friday, December 12, 2008 @ 10:54:11 EST (978 reads) ( | Score: 0)
Sun to Acquire MySQL for 1 Billion
SANTA CLARA, CA January 16, 2008 Sun Microsystems, Inc. (NASDAQ: JAVA) today announced it has entered into a definitive agreement to acquire MySQL AB, an open source icon and developer of one of the world's fastest growing open source databases for approximately $1 billion in total consideration. The acquisition accelerates Sun's position in enterprise IT to now include the $15 billion database market. Today's announcement reaffirms Sun's position as the leading provider of platforms for the Web economy and its role as the largest commercial open source contributor.
Posted by Raven on Wednesday, January 16, 2008 @ 13:44:37 EST (1505 reads) ( | Score: 0)
Securing a MySQL Server on Windows
At the end of January 2005 a new worm-like malware named Forbot
spread across the Internet, targeting poorly configured MySQL
installations and exploiting them to gain access to the Windows host
machines. With a few simple steps MySQL on Windows can be secured
to prevent malicious users from accessing MySQL and the data it
contains. The key steps are to secure the default user accounts,
limit external access, and use strong passwords.
Read the article which includes screenshots and sample code :
Securing a MySQL Server on Windows
Posted by Raven on Wednesday, February 23, 2005 @ 01:42:06 EST (1845 reads) ( | Score: 0)