for my machine setup i need to run lampp and another mysql/apache instance in parallel.
I already changed the ports of lampp apache & mysql but it still says
XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
How can i convince lampp to start mysql and apache even if there is already running an instance of them?
I'm new user of ubuntu 11.10 .
So I'm running crunchbang linux and installed mysql-server using the following terminal command:
sudo apt-get install mysql-server
Setup runs without problems, but when trying to access mysql I get "Error 1045 Access denied".
The tutorial I used stated that during setup of mysql-server I'd be asked to set a password, but this step never happened.
I face this problem :
root@aadel-pc:/home/osama# /opt/lampp/lampp startmysql
XAMPP: Another MySQL daemon is already running.
I've tried to install phpmyadmin, mysql and apache2 manually before I've install XAMPP, but I've already removed them now.
I don't know how to shut this "other MySQL daemon" ?!
Hi I am new to ubuntu and php mysql, i have intalled xampp and learning Yii, but while testing a script i got this problem, not able to figure out the solution, i have been through many forums solutions but none of them worked for me.
Please help.
1) DbTest::testConnection
CDbException: CDbConnection failed to open the DB connection.
/opt/lampp/htdocs/YiiRoot/framework/db/CDbConnection.php:388
Hi everyone.
I recently setup a Ubuntu 12.04 LAMP Server at home that I use to develop websites in corporation with clients. I've been using Ubuntu and other Linux distros for a few years, but I am new to servers and have been learning a lot.
So I've setup my server with ubuntu server and came across some problems. First I bought a domain name from a hosting provider for my website and then ive setup my server like i said, so now i want my webpage to use mysql datase from my server at home. I tryed enabling remote control and according to some suggestions I did enable it, bit I still cant connect.
Is your mysql already setup and functioning? Is the root password set? Is the database you are importing into already created?Try:cat /opt/htdocs/www/abc.sql | mysql -uroot -p <database_name>Scott
firecat53
https://bbs.archlinux.org/profile.php?id=10920
2011-07-25T17:55:30Z
I am trying to setup a proof of concept based on MySQL galera. My MySQL servers are all setup and working properly and replicating as I wish they would do (it is not a question about MySQL replication). I am now at the load-balancer level, I am having a pfsense box (firewall/gateway) in front of these mysql servers and I am trying to setup the load-balancer.