got new server and installed phpMyAdmin. But whenever I visit the phpmyadmin url it says:
Cannot load mysql extension. Please check your PHP configuration
How do I fix this problem under CentOS / RHEL / Fedora Linux Apache web server?
You need to install php-mysql which is a module for PHP applications that use MySQL databases. You may also need to install the following: php-mysql : Module for PHP applications that use MySQL databases php-gd : A module for PHP applications for...
by NIXCRAFT
All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree.
Use the mount command to mount remote windows partition or windows share under Linux as follows:Procedure to mount remote windows partition (NAS share)
1) Make sure you have following information: ==> Windows username...
Jack Wallen
Here on Ghacks I’ve worked to cover Samba from numerous angles (check out the Samba Topic on Ghacks). I want to build on that topic by helping you to connect to a Samba share from within the OS X operating system. And just in case your Samba install is not set up, or just not quite right, I will offer up an easy to use smb.conffile that should help you get things rolling.
For this installation I will using Samba on a Debian server. Nothing really special, but it...
By Antonio Cangiano. Filed under Django, Quick Tips
This is a step by step tip about how to install Django with PostgreSQL on Windows. The links below point directly to the downloads, so the whole procedure should be extremely fast and easy. Install Python 2.5 Install PostgreSQL 8.1.4 Install the eGenix MX Base package Extract win-psycopg25.zip and copy libpq.dll and psycopg.pyd to c:\python25\DLLs (assuming c:\python25 is where you installed Python)....
Lighttpd is a secure web server, which is faster when compared to Apache. We will show here how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support(through FastCGI) and MySQL support.
In this tutorial we have used hostname asserver1.example.com with the IP address192.168.0.100. They maybe different for you.
The first thing you need to do is to login as root. You can login as root in Ubuntu Linux by typing in the terminal:
sudo suInstalling MySQL 5:
In the terminal...
1、From the Windows "Start" menu, select "Control Panel." The Control Panel window will display. 2、Select the "Firewall" icon to open the Firewall window. Perform this action in a Windows XP system (both networked and stand-alone systems function in the same way). When using a newer version (such as Windows Vista), select the "Security" icon, followed by "Windows Firewall." 3、Select the "On" option with exceptions (choose "Change Settings" in Windows Vista or newer before proceeding)...
In the past few weeks, I’ve tested a few disaster recovery procedures for [GAS], and I thought that sharing those with the blogosphere could be of value to a lot of bloggers out there. If you’re among those who’ve been religiously backing up their Wordpress blog since day one, let me ask you a question: Have you ever tried restoring a backup of your data on a non-production box? After a data-loss disaster, this procedure could make a huge difference between losing...
Now PHP 5.2.3 is installed on Dreamhost. If you don't know how to do it, just refer to my previous post, Install customized PHP5 on Dreamhost. Let us see how to add Zend Optimizer support on your own PHP installation. 1) Go to Zend official site. http://www.zend.com/ 2) Find and download the Zend Optimizer 3.3. You may need sign an account to download it. To install it on Dreamhost, you may choose Linux x86 (32bit) (TAR.GZ) | 9.74MB | 3.3.3 package. 3) I suggest to download it through...
|