MySQL tips
This small article might be handy for newbie MySQL administrators (like myself).
This small article might be handy for newbie MySQL administrators (like myself).
How to setup a virtual website using revers-proxy on apache webservers? Read on! |
The solution for an error with vmware and authentication on Fedora. Error occurs while logging in via the remote console or the webconsole. There is no loss of functionality if you do not apply this solution by the way. It's just more perfect like this. Don't we want that?
ERROR:
Starting MySQL Couldn't find MySQL manager or server[FAILED
SOLUTION:
Here is how I got 5.0.15 working under FC4…
Step 1.)
Rem out the line in /etc/my.conf that was setting basedir to /var/lib. As seen below:
user=mysql
#basedir=/var/lib
Step 2.)
Create the directory "/var/run/mysqld" if it does not exist. Then chown that directory to mysql.mysql as below…
# mkdir /var/run/mysqld
# chown mysql.mysql /var/run/mysqld
Step 3.)
Start the service..
# service mysql start
RedHat AS 4.0 MySQL upgrade: volgende rpm's zijn nodig
MySQL-server-standard-4.1.15-0.rhel3.i386.rpm
MySQL-client-standard-4.1.15-0.rhel3.i386.rpm
MySQL-shared-compat-4.1.15-0.i386.rpm
MySQL-devel-standard-4.1.15-0.rhel3.i386.rpm
MySQL-shared-standard-4.1.15-0.rhel3.i386.rpm
Volgende twee rpm's waren nodig:
MySQL-shared-compat-4.1.15-0.i386.rpm >> nodig vanwege de libraries (http://mirrors.ee.teiath.gr/mysql/Downloads/MySQL-4.1/)
php-mysql-4.3.2-8.ent.i386.rpm
Always wanted to create your own music database that you can connect to from all over the world? Well, then Ampache is the right tool for you. What you need is a webserver, MySQL database, and music files like MP3's. That's about it. | |
Ampache will use the information found in the tags of your music files to fill it's database. So, if you want a perfect and clean database you first have to edit you files using a tag editor. This can take a lot of time, even months if you have thousands of mp3's on your server. It certainly is rewarding (if you create a good backup.. dough!), but not a nessecity. Ampache can also show album covers. Very slick. After installation and configuration you can connect to your webserver from any webbrowser and download a m3u file. This file is imported in you local music player like winamp. And now you can listen to your favorite music at work! |
RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation and message filters. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2.
read more