• Home
  • About
  • Map
  • Archives
  • Videos
  • Gallery
Grab the RSS feed

spiralbound.net

spiralbound.net
  • Home
  • Adventures
  • Data and Technology
  • Et cetera
  • Highlights

Posts Tagged with "mysql"

  • Data and Technology

    Posted on April 30th, 2009

    Written by cliff

    Tags

    bootable, corruption, database, database optomization, database password, mysql, mysqlcheck, port forwarding, root password, ssh, ssh tunneling

    Useful MySQL Commands

    Useful MySQL Commands

    There are a lot of usefully MySQL commands that I either don’t run enough to remember or just end up using some GUI to accomplish. Nothing against Navicat, but what kind of sysadmin would I be if I couldn’t do it at the command line as well. Anyhow, I had to do a bunch of [...]

  • Et cetera

    Posted on January 31st, 2007

    Written by cliff

    Tags

    database, firewall, localhost port, mysql, security, ssh, ssl, tunnel

    MySQL Connection Over an ssl Tunnel

    Rather than leave MySQL open to the world, consider firewalling it off and tunneling a connection over ssh.
    This command will allow you to connect to your MySQL server on hostname.domain.com on localhost:7777.
    ssh -L7777:127.0.0.1:3306 user@hostname.domain.com

  • Data and Technology

    Posted on December 21st, 2006

    Written by cliff

    Tags

    apache, centos, chkconfig, database, dependancies, horde, horde & imp from rpm, HowTo, hrhel, httpd, imap, imp, ldap, linux, mail server pear, mysql, mysqld, packages, perl-DBD, php, rpm, service, webmail

    Horde / IMP on RHEL 4 From RPM HOWTO

    Horde / IMP on RHEL 4 From RPM HOWTO

    Whenever you go to install applications and services on registered RHEL servers, it’s always nice to use the RPMs because up2date will keep everything current for you. Managing upgrades gets a whole lot easier when you can bring your system up to current with one simple command. Because of this, I decided that I would [...]

  • Data and Technology

    Posted on September 8th, 2006

    Written by cliff

    Tags

    checksum, computer, database, database performance, dba, disk, disk speed, hardware raid, mysql, old thinking, oracle, parity, performance, raid, raid 1, raid 10, raid 5, raid array, raid controller, raid types, raid volumes, software raid, storage

    Why Modern RAID 5 is Ideal for Oracle Databases

    Why Modern RAID 5 is Ideal for Oracle Databases

    There is a convention of thought amongst Oracle DBA’s that databases should never be installed on disks that are configured into a RAID 5 array. The argument goes, that since Oracle accesses and writes to random points within relatively large files, the overhead of constantly calculating block-level parity on these files is substantial, resulting in [...]

  • Data and Technology

    Posted on November 21st, 2005

    Written by cliff

    Tags

    blog evaluation, blogging, Blogs, campus blogging, campus blogging solution, customization, database, drupal, drupla blog, image upload, movable type, mt, multiuser, multiuser blogs, mysql, oracle, perl, php, pingbacks, skinnable, software evaluation, style catcher, table structure, tackbacks, theme, themes, upload quota, url rewrite, wordpress, wordpress mu, wordpress.com, wp, wpmu, xmlrpc

    Picking a Multiuser Blogging System

    I’m a blogger. I’m also a systems administrator at a University. Thus, when the University decided to charter a project to offer each member of the institution a blog, I was selected to sit on the committee. We boiled all of the software choices down to Drupal, Movable Type, and Wordpress MU.
    In my evaluation of [...]

  • Data and Technology

    Posted on September 16th, 2005

    Written by cliff

    Tags

    backups, blog, blog backup, blogging, gnu tar, gzip, HowTo, mysql, mysqldump, nightly backup, recovery, shell script, tar, wordpress, wordpress backup, wp-backup

    WordPress Backup Script

    I wrote this little script the other day to back up my WordPress install. Because I use Navicat, I had always been pretty good about backing up the database, but I didn’t backup the install base nearly as often as I should have. I’m sure it won’t be useful for everyone because it requires access [...]

  • Data and Technology, Highlights

    Posted on June 16th, 2005

    Written by cliff

    Tags

    blog, bloggers, bstat, bstats, cms, computing, linux, mysql, networking, php, technology

    What’s up with the new CMS?

    There are quite a few reasons I decided to move away from PhPNuke, but the biggest of the all was the fact that it is simply FULL of security holes. Day after day I read about SQL injection vulnerabilities that would allow a user to gain administrative access to the site, and go at it [...]

  • Data and Technology

    Posted on April 29th, 2005

    Written by cliff

    Tags

    apache, linux, mysql, php, solaris

    Apache, MySql and PHP Howto (from source)

    Apache, MySql and PHP Howto (from source)

    Everyone loves web applications that use Apache, PHP and MySQL, and everyone loves having their very own web servere that runs them. The problem is, how do you do it? If your’re like me, you don’t do it enough to remember, so here are some quick directions to get you started.
    First we must download the [...]

  • Data and Technology

    Posted on April 28th, 2005

    Written by cliff

    Tags

    apache, blog, computing, linux, mysql, openssl, php, solaris, technology

    Things to remember when creating Apache SSL certs

    Things to remember when creating Apache SSL certs

    Since I don’t create certs all that often, I’ve always been frusterated by having to search out the commands every time I have to make one. Frequently I forget about removing tripple DES from the server.key file, and end up with a cert that makes me enter a psss phraze every time I start up [...]

  • Sponsor
  • Recent Comments
    • jeremy on Raising Mallard Ducklings
    • djamel on Melvin Has a Sweet Business Card
    • odane on Fish Supposedly Washed Up By Asian Tsunami
    • Bill on Raising Mallard Ducklings Redux
    • B Woehl on Why Did my Arm Fall Asleep?
    • Barb on Why Did my Arm Fall Asleep?
    • Juan Alcantara on Recovering From a Stuck Symantec Ghost Virtual Boot Partition

Copyright © 2005 spiralbound.net - Proudly powered by Wordpress