PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 
Site Navigation

Home:

 
Donate o Meter
Help Keep Our Servers Online AND Our Services Free!
Make donations with PayPal!
Donations
 
Please Link To Me!
 
Quality Web Hosting For All PHP Applications
Quality PHP Web Host!

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.

Link to Me

RavenPHPScripts

RavenPHPScripts

There are more Link To Me icons here.
 
Site Info v2.2.2 ©
Your IP: 38.107.179.234

 Welcome, Anonymous
Nickname
Password
Security Code:
Security Code
Type Security Code:

· Register
· Lost Password
Server Date/Time
10 February 2012 02:34:34 EST (GMT -5)
 
Ravens PHP Scripts And Web Hosting: MySQL

Search on This Topic:   
[ Go to Home | Select a New Topic ]

Oracle to issue 78 patches, including 27 for MySQL 
MySQLSouthern 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.

more: ITWorld
"
Posted by Palbin on Wednesday, January 18, 2012 @ 14:18:17 EST (55 reads)
( | Score: 0)
Backup Your MySQL Database Using PHP 
MySQLSouthern 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.

The PHP & MySQL Code
more: david walsh
"
Posted by Raven on Sunday, October 02, 2011 @ 18:49:00 EDT (764 reads)
( | Score: 0)
MySQL Creator Launches Campaign to *save* Database 
MySQLnb1 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

blog post.
"
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 
MySQLkguske 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 
MySQLpapamike 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 
MySQLSANTA 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.

Read the full article at Sun to Acquire MySQL
Posted by Raven on Wednesday, January 16, 2008 @ 13:44:37 EST (1505 reads)
( | Score: 0)
Securing a MySQL Server on Windows 
MySQLAt 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)
Partners

NuSphere PhpED
IDE for PHP, HTML, CSS, XML, SMARTY, XHTML
Special 10% off coupon! ALL-ACT-10-O-945A4
PHPRunner - PHP form builder
CSE HTML Validator
ip address masquerading
CoffeeCup Software
phpDesigner
PHP Editor/IDE for all PHP/Web development
Just Great Software
Clan-Themes
Making clans look good!
Code Authors
Home of Spam Blocker
Montego Scripts
HTML Newsletter Support

 
Recommended Sites
Montego Scripts - Home of HTML Newsletter

Code-Authors.com

nukeSEO.com

Totally Nuked Mods

EZ Communities - Custom PHP/MySQL Scripts and Solutions

RavenNuke(tm) Test site

Codezwiz Your #1 Help Resource

CSE HTML Validator Helped Clean up This Page!

PC Sympathy - Your Source for PC News and Technical Support

Mantis Bugtracker

Nuke-Evolution

TrickedOutNews.com - Home of Tricked Out News Mod, FaceBox and SlimBox RavenNuke(tm) mods

 
Old Articles

Wednesday, July 06
· phpMyAdmin Multiple Vulnerabilities (0)
Thursday, May 26
· Google Chrome Multiple Vulnerabilities (0)
Friday, April 29
· Google Chrome Multiple Vulnerabilities (0)
Saturday, April 16
· Microsoft Internet Explorer Multiple Vulnerabilities (0)
Monday, March 28
· HTML Purifier Multiple Vulnerabilities (0)
Friday, March 25
· Google Chrome Multiple Vulnerabilities (0)
Wednesday, March 23
· Prey (0)
Tuesday, March 22
· Mozilla Thunderbird Multiple Vulnerabilities (0)
Sunday, March 20
· Mozilla Firefox / SeaMonkey Multiple Vulnerabilities (0)
Saturday, March 19
· Google Chrome Multiple Vulnerabilities (0)
Wednesday, March 16
· Adobe Flash Player Unspecified Code Execution Vulnerability (0)
· Google Chrome Flash Player Unspecified Code Execution Vulnerability (0)
· Google Chrome Style Handling Memory Corruption Vulnerability (0)
· Internet Explorer Used to Exploit Windows MHTML Vulnerability (0)
Friday, March 11
· Apple Safari Multiple Vulnerabilities (0)
Thursday, March 10
· Google Chrome Multiple Vulnerabilities (0)
Saturday, March 05
· Free antivirus software: The best and the rest (0)
Thursday, February 10
· Google Chrome Multiple Vulnerabilities (0)
Friday, February 04
· Google Chrome Multiple Vulnerabilities (0)
Tuesday, January 25
· Gallery Arbitrary File Upload Vulnerability (0)

Older Articles
 
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum