Bienvenue sur le blog de Philippe Kouadio

Tag Archives: Xampp

PostgreSQL Database in Xampp

Xampp postgreSQL How to Integrate postgreSQL Database to XAMPP in Windows Installing postgreSQL 1. Download the postgreSQL installer from EnterpriseDB. 2. Run the installer and follow the on-screen instruction. Note: pgAdmin also get installed alongside. 3. Assuming XAMPP is located in C:\xampp; using the pgSQL installer, install postgreSQL in say C:\xampp\pgsql\9.1 folder. In my case, ... Read More »

Install WordPress on Xampp

Aller sur le site de wordpress (WordPress.org) et télécharger la dernière version de wordpress sur votre ordinateur et décompresser ce fichier .zip Aller sur la clé USB, dans le repertoire xampp et dans le dossier htdocs et créer dans ce repertoire un dossier que vous pouvez appeler par exemple Site_1. Copier tous les fichiers dans ... Read More »

Xampp on Mac – Set root password

SETTING PASSWORDS FOR XAMPP ON MAC I set the password for : Xampp/phpMyadmin MySQL root FTP daemon Refering to the thread here To secure Xampp, launch Terminal in Applications/Utilities and run: sudo /Applications/XAMPP/xamppfiles/xampp security You’ll be asked if you want to set a password for phpMyadmin, for MySQL, for FTP, etc. It went quiet smooth. Read More »

Xampp on Mac – MySQL server can’t start

START MYSQL SERVER FOR XAMPP ON MAC COMPUTER I have installed Xampp on my Mac, I can run Apache Web server and ProFTPD, but MySQL Database can’t start. Here is what I did to Start and run MySQL server for Xampp. 1- Click on start button and choose System Preferences 2- Find the icon MySQL ... Read More »

Xampp – CD Collection

XAMPP – CD COLLECTION It is a php application that comes enbedded in Xamp. It was working great, but when I set root acess password on Xampp, I coudn’t run it anymore. The access was denied. Here is what to do to activate CD collection access 1- Go to your files Xampp directory on your ... Read More »

Xampp – Associate a password to root

XAMPP MYSQL DATABASE ACCESS When installing Xampp on my windows computer, I kept the root password empty. That is what was suggested. But it is unsecure to keep it like that Anyone will have access to Xamp and MySQL database. I decided then to secure my my Xamp and MySQL database by creating a password ... Read More »

Scroll To Top