Tagged Questions
1
vote
1answer
29 views
Company Cloud Where I Can Assign Files To A User
I'm looking for a script/solution for my company. Basically a place to store our contracts/invoices for our clients online (so it will be hosted on our web servers), giving our clients access to our ...
0
votes
1answer
40 views
xampp 1.8.1 on Windows 8 issues with PHP code using Notepad++
I am currently having a problem with xampp on windows 8. I installed xampp 1.8.1 and I didn't have any problems with the installation and I was able to configure Apache and MySQL just fine. But when I ...
1
vote
3answers
247 views
phpmyadmin symlinks error after ubuntu upgrade
After the upgrade of my ubuntu server to 13.04 my phpmyadmin is no longer reachable. the browser reports 500 (internal server error) and in the error.log it says:
PHP Fatal error: require_once(): ...
0
votes
1answer
19 views
Wamp windows 8 problems
I am unable to see the menus that normally appear when I hover/select apache,php or mysql. These windows refuse to float to the lefthand side of the wamp server root menu, I barely see the edge of the ...
-1
votes
0answers
16 views
Link to export mysql table as xls etc… on webpage [closed]
In phpmyadmin, there is an option to download a whole sql table as an xls, .sql etc... Is there a way to have a link to a generated xls/sql file based on that table within a webpage (using php?)
0
votes
3answers
48 views
mysql access denied for 'root'@'name of the computer'
I am getting this error everytime im trying to connect to my database
Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045):
Access denied for user 'root'@'name of the computer' ...
1
vote
0answers
48 views
WAMP 2.2e - 403 Forbidden in Offline and Online mode
I just installed a WAMP Server 2.2e, wamp icon in tray is green, showing - Wamp server is offline. When i'am trying to access my localhost address, i receive an error 403 Forbidden.
For localhost, ...
0
votes
1answer
34 views
Problems accessing mysql database on server from other PCs
I have installed xampp on a server PC.
I want to access it from other PC through mysqlworkbench or even access it through server ip and phpmyadmin page.
I tried configuring the httpd-xampp.conf file ...
0
votes
0answers
102 views
Simple Image Crawler [closed]
I am working on a web application where I have to implement a basic crawler which will fetch images from some 1 Million websites (stored in database).
I have created the script and currently I am ...
0
votes
0answers
20 views
A WAMP environment with full choice of component versions?
My company uses specific versions of PHP, MYSQL on the production and I want to match on my development platform.
Looking for a WAMP server which allows full choice of the versions of components and ...
3
votes
1answer
50 views
Installed mysql from source on linux and then how to get it work with php?
I installed apache and php from source and got them working together a month ago. Because I'm learning both of them this term. Now I need mysql to do more works. And I installed mysql from source just ...
0
votes
1answer
119 views
Slow PHP over ubuntu server | VirtualMachine
I have an Ubuntu-server 12.04LT-64x installed on VMware Player (I found VMWare works better than Virtualbox after few installations over vb).
My host computer is an Intel i3 with 6GB-RAM and ...
1
vote
1answer
108 views
How do I setup a website on Ubuntu Server 12.04 with PHP, MySQL, and webmail?
I have a computer in my room running Ubuntu Server 12.04 and I would like to know how to run a website off of it. I already have installed PHP and MySQL but I don't know how to install webmail or how ...
0
votes
1answer
232 views
XAMPP: Requests take far longer when connecting to a MySQL database
I'm developing in PHP and MySQL locally using XAMPP on Windows. The web site is fairly fast when not connecting to any database. However, when I connect to the MySQL database, a simple request now ...
3
votes
2answers
81 views
According to current knowledge where should you store passwords on your server and how do you protect them?
Given is a system of PHP and MySQL on a virtual server.
I want to save passwords there. Frequently you hear people speak about their system being hacked and credit card information being stolen.
...
0
votes
1answer
30 views
Cannot connect to database
I created a php file to connect to my database hosted on ipages.com with the following simple code:
<?php
mysql_connect('hostname', 'username', 'password');
?>
When I load this page, I get ...
1
vote
0answers
110 views
WAMP and WIN 8 issues on port 80
I have tried all to get WAMP running in WIN 8 due to the problems on port 80. I changed the settings in lmhost from 80 to 8080 but I get a error localhost 8080 is not allowed....
I am using chrome as ...
1
vote
2answers
366 views
Upload Picture File Paths to Database Without Creating Multiple Records and Giving The Files Random Names
I want to be able upload pictures to a folder and their filepaths to a MySQL database without creating multiple records.
For example instead of:
id PicturePath size
1 ...
0
votes
0answers
50 views
Pure-FTPD parallel upload issue
i am copying approx 300 10MB files from another server to my server. everything works just fine but i tried to run parallel thread so that i can complete it fast i got surprised as another file will ...
1
vote
1answer
1k views
CENTOS 6 - How to install php-mysql when php-common @remi is present?
I am having troubles adding mysql support for my php installation, this installation was made using a ready to use-package that came with our VPS.
This is my php.info: ...
-1
votes
1answer
169 views
Sync Folder Between Two Servers
I have an hourly PHP backup script for my MySQL Database, but now I need a way to synchronize the newest backup file in the bunch to a remote server.
Both of them have IIS installed, and both have ...
0
votes
0answers
155 views
HTML5 Audio: Play random track from a MySQL database [closed]
I'm looking to create a html5 audio player that loads and plays a random track defined in a MySQL database (like a radio station). The database would have the track name, artist and mp3/ogg file ...
0
votes
0answers
76 views
FOSS, Self hosted, PHP+MySQL application for managing office workflow [closed]
I am looking for a software for the company I work that can manage human resources (Attendance, Salary Accounting, Leaves, etc) and projects (Assigning projects to employees and managing the worlflow, ...
1
vote
1answer
1k views
Can't get phpmyadmin to work on Ubuntu 12.04
Alright, I've been following this guide (along with others to double check) to attempt to get a working lamp stack installed, but phpmyadmin always throws an HTTP 500 server error. PHP executes fine, ...
2
votes
2answers
212 views
How to access MySQL when I delete the root user on openSUSE 11?
Unfortunately I deleted MySQL users with the command
delete from mysql.user
and now I can't access MySQL. I tried looking at MySQL - ERROR 1045 - Access denied, but it is not proper for me because ...
0
votes
1answer
121 views
Centos: php-devel trashed mysql
Good morning.
I'm on a CentOS machine, did a
yum install php-devel
Flat out saying this
MySQL Daemon failed to start.
Starting mysqld: [FAILED]
which ...
2
votes
0answers
107 views
PHP web application can't connect mysql installed with Zend Server CE on SuSE Linux 11.4
i had have a running LAMP system.
SUSE 11.4 with Apache 2, MySQL and PHP 5.3
Then i have installed Zend Server CE.
All is OK! But now i can't connect to MySQL.
The MySQL Server is running.
If i ...
0
votes
1answer
183 views
Is there a MAMP-like application with up-to-date components (Apache, MySQL and PHP)?
I'm using PHP and MySQL to develop websites and web applications on my Mac. Using Git and a deployment service I deploy the code to the production environment. I'm looking for a MAMP-like application ...
0
votes
1answer
578 views
IIS site taking an extremely long time to load?
I have a local copy of my website running on IIS 8 (this is in the Windows 8 RP) with the latest version of PHP with FastCGI, and a complete MySQL install (I selected the lowest memory using option in ...
0
votes
1answer
394 views
Why does phpMyAdmin display an error with this setup?
Trying to setup phpMyAdmin for the first time with MySQL.
I just created the config script with the wizard as follows:
$i++;
$cfg['Servers'][$i]['host'] = 'http://server_name_here.edu';
...
0
votes
0answers
70 views
Handling databases (without copying) when using multiple versions of XAMPP
I have just installed version 1.7.7 of Xampp in C:/Xampp1.7.7 folder. The older version exists at C:/Xampp Both these versions have different versions of PHP, MySQL, Apache...
So to test a site I ...
0
votes
1answer
51 views
What's the minimum requirement to run xdebug developement?
I've a very inexpensive virtual server but I get regular stuck in my developement with xdebug and Typo3 websites. Currently I'm running sshd, ftp, xdebug, mysql, postfix on my server and it's only for ...
-1
votes
2answers
445 views
Best AMP bundle for Windows (WAMPs)? [closed]
There's a list of WAMPs here:
http://en.wikipedia.org/wiki/Comparison_of_WAMPs
Which one is the best for PHP app development?
Do you know which one has the most complete set of PHP extensions?
0
votes
1answer
594 views
PHP web application can't connect mysql installed with Zend Server CE on Mac OSX
I'm setting up development environment on Mac OSX.
However the PHP web application can't connect the mysql server installed with Zend Server CE.
The error information is below,
[Type] dbnot_connect
...
0
votes
1answer
183 views
PHP code can’t read MySQL database
I have installed WAMP server and created some tables and databases in MySQL from the command line. I am trying to use phpMyAdmin to access MySQL but they do not show in phpMyAdmin, nor can my PHP code ...
0
votes
1answer
262 views
Very simple private videos script? [closed]
I'm in the process of searching for a PHP/MySQL script for a site where the admin could upload videos and asign them to users. This is for a training site.
Do you know of such a PHP/MySQL script? Or ...
3
votes
1answer
354 views
How to completely remove MySQL files from my windows computer
I have recently installed apache, php, and mysql. Apache and php are configured properly, but when I tried to configure mysql it shows that there is already a security file for mysql that is setup and ...
0
votes
3answers
233 views
How to keep PHP and MySQL of ampps as default in MacOSX?
I'm using MacOS X 10.6.2. I want to use AMPPS http://www.ampps.com/ as my local development server so my question is how do I keep my AMPPS PHP & MySQL default?
1
vote
1answer
110 views
Enable PHP extensions on Windows system
I'm using Apache 2.2 along with Windows 7. I just need to enable MySQL extension to work. Its okay when I'm using windows binary (.msi). But when I'm trying with .ZIP file, MySQL extension is not ...
1
vote
1answer
4k views
http://localhost:8080 is not working on running apacher Server through XAMPP
I am unable to configure a PHP/MySQL/Apache environment on my local machine using XAMPP.
In my xampp control panel the Apache and MySQL status is shown as started, but localhost URL is not working.
...
2
votes
1answer
349 views
Amazon EC2 (Linux) + RDS (MySQL) + PHP + pdflatex = LaTeX to PDF online
I would like to have a website capable of converting LaTeX documents to PDF online. So for example user types in some raw LaTeX (document), I'm saving it into my MySQL database and I'm able to convert ...
1
vote
1answer
3k views
Uninstall LAMP Ubuntu 11.10
I recently installed a LAMP stack on my Ubuntu 11.10 machine so I can work a little more easily with some of my outside work. However come to find out the lamp stack is conflicting with my core paying ...
1
vote
1answer
255 views
Easy install of PHP/MySQL/NGINX server on Linux
So I want to get my own server running but before I spend the money for one I want to make sure I can get the stuff I need installed.
Is there any packages for linux like there are for windows to ...
0
votes
1answer
412 views
“None of the supported PHP extensions are available” error while upgrading PHP
Since I upgraded from 5.0 version to 5.5 I am getting the following error on my PHP page.
None of the supported PHP extensions (MySQLi, MySQL, PDO_MySQL) are available.
When I tried to install ...
1
vote
2answers
4k views
WAMP MySQL Service will not start
I did a fresh install of WAMP (v2.1) and it works excep the MySQL isn't starting.... here:
and everytime I press "Start/Resume Service", NOTHING happens.
I go to my.ini and put in a password.Then ...
1
vote
2answers
1k views
MAMP set up from scratch on Lion OSX
How different is it from Snow Leopard to create a MySQL, Apache, PHP install from scratch (not MAMP) on Mac OSX 10.7 Lion?
2
votes
3answers
122 views
Linux Web Server
I'm looking to set-up my own local web server using Linux, to allow me to run and develop PHP applications using Apache and MYSQL.
Can anyone recommend the best distribution of Linux server to use. ...
0
votes
1answer
1k views
Export mysql database tables to php code to create same tables in other database?
How do I Export mysql database tables to php code so that it allows me to create and populate same tables in other database?
I have a local database, I exported to sql syntax, then I get something ...
1
vote
1answer
721 views
Completely locked out of MySQL via WAMP!
I've somehow managed to completely lock myself out of MySQL on WAMP. It seems all privileges are denied for all users. The only way I can get into MySQL is via the command prompt but without entering ...
0
votes
1answer
561 views
Connection to a tunneled MySQL with PHP PDO on Mac Osx Snow Leopard
On Mac OS (snow leopard) I have a SSH tunnel so that my local 3306 port is forwarded to remote MySQL. Apps like Navicat can establish connection successfuly.
But PHP's PDO can't connect and gives an ...
