31st Mar 2006
37 little gems.
software mysql software
Based on the tags from this post.
Useful tutorial on the best way to make backups of your MySQL databases: MySQL backups. [...]
When you want to make backups of your MySQL db's you can use mysqldump. Additionally you can dump it as well-formed XML, which could be handy! [...]
use the MySQL functions INET_ATON and INET_NTOA. [...]
Ian Gilfillan briefly explains the concepts of referential integrity, and delves into how MySQL enforces those concepts with its definition of foreig [...]
We all know accessing data in RAM is a lot quicker than accessing data on disk. So, with this in mind, wouldn't it make sense for MySQL to store as [...]
Learn some shortcuts when designing your MySQL databases. Article from Database Journal. [...]
MySQL has some easy-to-use tools that can easily repair most cases of table corruption, and this article introduces you to these. [...]
Open-source database vendor MySQL recently initiated some restrictions on the bundling of MySQL libraries with the PHP scripting language ... read t [...]
MySQL teams up with JBoss and ZendThe goal is to give DBAs a way to configure servers, monitor database activity and perform backup and restore tasks [...]
Marten Mickos is CEO of MySQL [...]
If you can host it, this free Oracle database can be implemented with PHP. Try it instead of MySQL. Limited to 4Gb of data. [...]
After uploading the Excel file to your web space, use this SQL:load data local infile '/complete/path/to/your_csv_file.csv' into table table_namefield [...]