Tagged Questions
0
votes
0answers
28 views
SQL, Installation process, my.ini
Recently i decided to install apache + php + mysql separately from each other instead using one of the packets such as wamp,xampp,zend server,etc..., So far i installed apache server with php engine, ...
2
votes
2answers
150 views
I have a fresh VirtualServer running Ubuntu 12.04, how do I get a LAMP server running?
Although I have an overview of running commands like apt-get install apache2 what I don't know is what order I should run them in to get a LAMP server running.
Also, I assume I should create a ...
0
votes
1answer
153 views
404 for packages install libmysqlclient15-dev
I try to install mysql-dev package on Debian Lenny webserver.
On my local home server, the same version it installs right but on the webserver
I get a strange error.
I hope someone can help me with ...
3
votes
3answers
272 views
How to install php, mysql, apache and visual studio on same computer?
from 3 years, I am unable to find the solution for this thing,
I want to use http://localhost/ for either for XAMPP for PHP testing, and something like http://localhost:32465/ default locations for ...
2
votes
2answers
1k views
Can't install PHP and MySQL on CentOS 5 64 Bits
I'm getting the following error when trying to install PHP and MySQL form the atomicorp.com repository:
[root@x171 ~]# yum -y install mysql-libs php php-gd gd mysql mysql-server mysql-devel ...
0
votes
1answer
414 views
Installing Sphinx (2.0.1.beta) --with-mysql fails
I am trying to install sphinx on my centOS 5.6 x64
if I do yum install sphinx I get only 0.9,9 version, and I'd like to install 2.0.1-beta
so I followed the instructions in their documentation and I ...
0
votes
1answer
43 views
Anything I want to apt-get gives my an error processing mysql-server-5.1
I mean, WTH?
I messed up the server and I had to do a brand new reinstall purging everything, I also used locate mysql to check where else mysql was hiding.
When I try to install mysql-server-5.1 ...
0
votes
1answer
263 views
Install MySQL on FreeBSD 8.2 without ports
I have downloaded and extracted the latest MySQL package from their website on my FreeBSD machine, I would like to install it. But I don't want to use the inbuilt ports, I want the latest version to ...
1
vote
1answer
53 views
On first Windows install mysql.db is empty even though I can see the Test database through other means
I've installed MySQL for the first time. I used the MySQL 5.5.11 for Windows and used the MySql Server Instance Configuration Wizard, and chose a root password.
When I tested the system compared to ...
0
votes
2answers
118 views
MySQL Install trouble Mac OSX 10.6
I have tried installing versions 5.5.11 and 5.1.56 of the MySQL Community Server DMG on my new MacBook Pro 2GHz Intel Core i7 running OS X 10.6.6.
It claims that installation is successful, and the ...
16
votes
6answers
8k views
Scripted install of MySQL on Ubuntu
I need to write a script that will build my server from a fresh Ubuntu server install. Among things like Apache and PHP it needs to install MySQL. The only problem here is that when I install MySQL ...