Mail Beyond Logo
Feed on
Posts
Comments

Archive for the 'Web' Category

Order By with Union’s in MySQL

I’ve you’re just starting to play with a Union, then you might have gotten the error message:
#1221 - Incorrect usage of UNION and ORDER BY
You might be thinking: Whoa, hang on there! Do you mean MySQL can’t order a Union?! Oh, but it can! First little issue I had was in realizing […]

In fact, Contribute is automatically generating filenames ending in _000 or _001 instead of opening a prompt to replace them when you try to make a link or publish them from your computer.
The problem is that your role isn’t being allowed access to delete files.
But Tony, does replace equal delete in this strange land of […]

Wow this had a simple answer. I feel silly. It all started when I made a custom 404 page, editing the .htaccess file and the Apache configuration. I went into Contribute to make sure I could still edit files and found:
Access Denied. The file may exist, or there could be a […]

You have a webserver, and you want several users to be able to log in and edit files in the /var/www/html directory. Here’s some handy commands.
After copying new files to the directory, try this command to fix up the permissions.
sudo /sbin/restorecon -R -v /var/www/html
You want all your web authoring users to be in the […]

You can safely use PHPMyAdmin to export a database, just save it to a file on your computer.
Then use a program in WinSCP to upload that file to your Web Server.
Next, edit your /etc/my.cnf to include the following line:

set-variable=max_allowed_packet=64M
Then start the MySQL command console ‘mysql -u root -p’, and type ’source localhost.sql’

First, you need to add Oracle to your MyUW.

Browse to MyUW: http://myuw.washington.edu/
Log in.
Click the ‘Change Content’ link in the upper right corner of ‘MyFrontPage’
Click ‘Browse & Choose’
Check the box for: ‘Other Calendars - Requires an account on C&C managed Oracle Calendar server.’
Click ‘Save Your Changes’
Click the ‘MyFrontPage Tab’ link in the upper left.
Click the […]