MySQL is an open-source, relational database management system.
0
votes
1answer
23 views
PHP web app hosting considerations and advice - high traffic expected from day 1 [duplicate]
I'm in the process of researching hosting providers for a high traffic Facebook application.
The client has over 300,000 likes so we can expect quite a bit of traffic when posts are made about it and ...
0
votes
0answers
13 views
Are there any webhosts that do not require an IP address for direct database access? [duplicate]
I am trying to create a little program with Java/JDBC and MySQL that updates a database on my website periodically. However, this is for work and I am having problems remotely connecting via JDBC to ...
-2
votes
2answers
73 views
How to use Node.Js in place of MySQL [closed]
I want to know if it's possible to use Node.js in place of MySQL.
0
votes
0answers
8 views
Need advice on this EER Diagram [migrated]
This db work with a CakePhp app and need advice about design. Is it good idea to put orders on center or should I put clients on center?
0
votes
1answer
40 views
Allow other people to upload to my home web server (inc mysql)
Apologies if this is on the wrong place.
I've set up a web server at home, it's basic and is currently running using xampp, I plan on replacing it with an old mac g5 soon and mamp or individual ...
1
vote
1answer
239 views
How do I upgrade the PHP MySQL Library?
My PHP MySQL Library version is out of date with my MySQL Vesion. How do I fix this?
Server: CentOS 6.3
Steps Taken:
FRESH machine originally installed with MySQL 5.1 and PHP 5.3
I uninstalled php ...
0
votes
0answers
30 views
MyBB Maintenance Mode using MySQL
I have small forum using myBB and I need to know how to enable or disable maintenance mode from PHPmyadmin.
Please explain How to enable or disable maintenance mode MyBB forum engines using MySQL ...
0
votes
0answers
8 views
OpenSource eCommerce : Catalog Mode [duplicate]
I've been searching for what seems like forever on this one, I require an OpenSource eCommerce solution that has a catalog mode, i.e., a mode that disallows adding items to cart, showing prices etc. I ...
0
votes
0answers
15 views
Free hosting solution for a very low-traffic website [duplicate]
I run a very low-traffic website (about 40 users, basically all of which are daily active on the site). I don't see it changing anytime soon either, as there is no way to sign up on the site right ...
1
vote
0answers
35 views
How to query MySQL to build Nginx configuration file?
Is it possible to have a MySQL query in my Nginx config?
For example:
server {
listen 80;
$domain = [a way to get the current domain];
$server_info = [a way to do the ...
1
vote
4answers
287 views
Setting up a LAMP VM server for Development and Testing?
Info: I would like to set up a VM server on my local computer which will serve pages in the exact same way as my current hosting (but only to me on my local computer). I currently pay a big web ...
2
votes
1answer
98 views
Managing Xampp on USB for Mac and Windows machines
I am working on some PHP projects (Wordpress mostly) with MySQL databases and primarily use my Windows Desktop to do the work on whilst running Xampp.
This all works great until I need to take my ...
2
votes
0answers
53 views
Good security practice for writing a php/mysql web app [closed]
I'm about to create a web app that is php/mysql based. It should contain multiple users and two levels of admin accounts.
It will most likely not be very likely to be attacked in any way. Still I am ...
2
votes
3answers
631 views
Accessing PHPMyAdmin via URL (without cPanel)
I am having issues accessing PHPMyAdmin from cPanel. It will not allow me to as I am logged in a root.
I cannot seem to be able to make another account for cPanel either, and research indicates this ...
3
votes
2answers
71 views
Turning off Webalizer and/or AW Stats
On our dedicated server, we have AW Stats and Webalizer both running.
I see I can turn them off in WHM.
We use Google Analytics, but also AW Stats sometimes. We never use Webzlier. My question is: ...