6
MariaDBview story

http://linuxtoy.org 自Oracle收购SUN以来,对于MySQL前途的担忧就没有停止过。Monty Widenius,MySQL的创始人,在此之后开始fork MySQL,成立了一个新项目MariaDB ,代码托管在Launchpad上,以GPL发布,以防不测。感谢 Petty 来稿! 最新版本号为 5.1.49 和 5.2.1beta。 此项目用Percona的XtraDB引擎和自行开发的Maria引擎替换掉了已被Oracle先后控制的 InnoDB和MyISAM引擎。 项目主页 FAQ 分类: Server | 永久链接 | 收藏到 del.icio.us | Email 给好友 | 1 评论 | 捐助本站 (Software)

5
Zypper upgrade questionview story

http://forums.opensuse.org Hi I have "switched to system packages" on packman, to get some goodies, and KDE factory to get KDE 4.5. Now, when I use upgrade option from Zypper, I get this: Code: laptux:/home/ebeli # zypper up Loading repository data... Reading installed packages... The following package updates will NOT be installed:   apache2-mod_php5 audacity autofs bea-stax-api bind-libs bind-utils c (Distributions)

6
Step By Step Ubuntu 10.04 (Lucid Lynx) LAMP Server Setupview story

http://www.ubuntux.org In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache,MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.The LAMP option means you don’t have to install and integrate each of the four separate LAMP components. Full Story (Distributions)

6
checking if the server safe to shutdownview story

http://www.linuxquestions.org Hello, I just setup a mysql slave server, and it's running smoothly, except I should manually check if the server safe to shutdown every time I need to restart or shutdown it. This problem is related with temporary tables that master server created, as described in mysql doc. So, I think of making custom shell script that will automatically run each time before the slave server restart/shutdown (HowTos)

5
Building from source (PHP and MySQL)view story

http://www.linuxquestions.org Hiya! I am trying to build minimal php and mysql binaries. While doing so, I realize that there is no documentaries to state whether does compiling straight from the source without any configurations options set, ensure an optimized yet minimal build? I am trying out for my own personal website which will be powered by Wordpress 3. (HowTos)

4
Process ID changing ubruptly while killing mysqldview story

http://www.linuxquestions.org Hi All, I tried to stop mysqld deamon. (HowTos)

5
[ubuntu] How to enable loopback connections on Ubuntu?view story

http://ubuntuforums.org Hello! Here's my situation: I run a webserver Apache2, php5, and MySQL. They are all set up correctly and I can access my website at http://localhost I have, also installed, noip2 to update my IP address to no-ip.com for my domain name. Here's the problem: I can access my website through that domain name on other computers, both on internet and on the same network. (HowTos)

6
MySql - mysql-workbench problemview story

http://www.linuxquestions.org Hi Guys, I am looking to use the mysql tool mysql-workbench to administer mysql. I downloaded the latest version from the MySql website, the fedora rpm. I used rpm2tgz to create a slackware package. Install seemed to go okay. When I tried to run the mysql-workbench tool I got the following message. (HowTos)

6
Install LAMP or one by one A+M+Pview story

http://www.linuxquestions.org My question is simple. I have already installed apache in my debian lenny. I need mysql and php. I am not sure but maybe php is also installed([1]by the way how to check it?) [2]Which is better to install mysql stand alone or to install LAMP? My previous installation get in dependency hell or incompatibility and i reinstalled it. (HowTos)

4
MySQL Workbech Wont Connectview story

http://www.linuxquestions.org I installed on my local desk workstation the MySQL Workbench application. It installed perfect and when I try to create a new connection to my database, it fails and tells me: Quote: Failed to Connect to MySQL at 192.168.0.79:3306 with user cmennens (HowTos)