&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
phpmyadmin
0
votes
1
answer
59
views
How to enable MySQL Query Log?
How do I enable the MySQL function that logs each SQL query statement received from clients and the time that query statement has submitted? Can I…
mysql
query
phpmyadmin
log
navicat
asked
June 25, 2011 11:41 am CDT
Feng-Chun Ting
1
vote
0
answers
24
views
Php my admin one to many relationship
I'm using mySQL and PHPMyAdmin. I have the floowing three tables and fields in my DB; T_users; F_uID - varchar - (PK) F_Forename - text F_Surname -…
mysql
foreign-keys
phpmyadmin
admin
asked
June 24, 2011 9:21 am CDT
user469453
0
votes
4
answers
34
views
What type of day like (sat,sun,mon,...) in mysql ?
I need days in my tables and I need the query to compare with today like this ex : $query = "select course_ID from course where day = (today)"; This…
php
mysql
query
phpmyadmin
asked
June 24, 2011 5:44 am CDT
PHP boy
0
votes
0
answers
91
views
Guide To Setting Accessing PhpMyAdmin On NGINX, Ubuntu 11.04, EC2 Remote MySQL Instance
I have setup a domain name to run on amazon ec2 running ubuntu 11.04, nginx and php5-fpm. The domain name works great, I have setup it's own…
ubuntu
mysql
nginx
phpmyadmin
asked
June 24, 2011 4:18 am CDT
darkAsPitch
0
votes
2
answers
43
views
Magento sales report query
i am using magento 1.4.2 I am trying to bulid custom sales report but does't find model to find sales report query. plz help
php
mysql
sql
magento
phpmyadmin
asked
June 24, 2011 2:07 am CDT
zaid hussian
0
votes
2
answers
30
views
Problem using LIMIT in a MySQL subquery?
I have a SQL query as follows SELECT * FROM epf_application WHERE application_id IN (SELECT application_id FROM epf_application_device_type WHERE…
mysql
sql
phpmyadmin
limit
asked
June 23, 2011 10:09 am CDT
David
0
votes
0
answers
56
views
Setting up phpmyadmin with nginx within ubuntu 11.04
I have nginx and php5-fpm running on ubuntu 11.04. I have installed phpmyadmin but im having trouble accessing it. I would like to access it via…
ubuntu
nginx
phpmyadmin
asked
June 23, 2011 12:08 am CDT
Patrick
0
votes
0
answers
31
views
Phpmyadmin is stuck at login (nginx server)
I'm running nginx along with fastcgi-php to get php working for phpmyadmin. (I'm developing with Rails primarily.) I'm running everything from a…
php
mysql
nginx
phpmyadmin
asked
June 22, 2011 12:32 pm CDT
faraz.yashar
0
votes
1
answer
33
views
Excel Export CSV Import PHPmyAdmin
I can do this process, but I want to change the values in excel that seperate the data and columns and lines. At the moment each field is not…
php
mysql
excel
phpmyadmin
asked
June 22, 2011 9:54 am CDT
Max
0
votes
1
answer
34
views
I want to change comment using query in phpMyAdmin
I have a table called phase with following fields. ID,Name. I want to change its comment using query. ALTER TABLE phase CHANGE Name Name…
php
mysql
database
phpmyadmin
asked
June 22, 2011 4:12 am CDT
Abhilash
0
votes
0
answers
27
views
How to replace entire XML stored in MySQL database with new XML?
I've got a fairly complex xml file stored on a MySQL table, and I'm trying to find a way to update and replace the entire xml structure with a new…
php
mysql
phpmyadmin
asked
June 21, 2011 10:13 pm CDT
sephy7324
0
votes
2
answers
31
views
Feasibility of dynamically increase in no. of tables and rows in a database.
Which is better 100 tables with 10,000 rows or 1,000 tables with 1,000 rows? The above question is just a base.Its not completed without the…
php
mysql
database
database-design
phpmyadmin
asked
June 21, 2011 12:13 am CDT
kiran
-5
votes
0
answers
39
views
How to convert in to magento
SELECT count(sfoa.city) as count_of_city, sfoa.city FROM sales_flat_order as sfo LEFT JOIN sales_flat_order_address as sfoa ON…
php
mysql
sql
magento
phpmyadmin
asked
June 20, 2011 11:28 am CDT
user806625
1
vote
4
answers
39
views
Count of Orders By City
My Query: select distinct a.city, ( select count(*) from sales_flat_order where a.email=b.customer_email group by a.city ) as 'lora' from…
php
mysql
sql
magento
phpmyadmin
asked
June 20, 2011 7:37 am CDT
user806625
-1
votes
3
answers
22
views
How to remove a prefix name from every table name in a mysql database
I have a joomla mysql database with a table name prefix of "jos_" on all of my table names. But I would like to remove it from all of my tables. I…
mysql
sql
phpmyadmin
asked
June 19, 2011 12:59 pm CDT
Abby
0
votes
4
answers
35
views
How to Store Check box in MYsql?
Am Newbie.I have this coding...How to store into Mysql and How to Retrieve from the Database? <input type="checkbox" name="like"…
php
mysql
checkbox
phpmyadmin
asked
June 18, 2011 6:21 am CDT
Ramkumar
0
votes
4
answers
35
views
SQL - Select entries more than 1 day old. error #1305 Function doesn't exist
for a basic SQL command via PHPMyAdmin in MySQL I want to select items more than 1 day old. I'm getting a basic error saying that there's a SQL…
mysql
sql
datetime
phpmyadmin
asked
June 17, 2011 3:01 pm CDT
Jamison
0
votes
1
answers
33
views
How to write mySQL trigger that allows null values while still checking referncial integrity?
I'm working in phpMyAdmin 3.3.9 with mySQL 5.5.8. I have a database with myISAM tables so I had to write a trigger to check referential integrity…
mysql
triggers
null
phpmyadmin
asked
June 16, 2011 11:22 am CDT
kmcamara
0
votes
1
answer
33
views
How to access phpmyadmin remotely
Is it possible to access phpmyadmin from outside the network? Where do I set it? I tried editing httpd.conf, and restarted all services from…
apache
phpmyadmin
wampserver
asked
June 16, 2011 12:05 am CDT
Ieyasu Sawada
0
votes
3
answers
35
views
How to run a While statement inside of a While statement to fetch values from a database?
Here is my function: $result_display = mysql_query("SELECT * FROM Events ORDER BY TimeStamp DESC LIMIT $y, 20"); $result_comment =…
php
mysql
php5
phpmyadmin
mysql-management
asked
June 14, 2011 6:34 pm CDT
TaylorMac
Pages
:
1
|
2
|
3
|
4
|
5
>
[20]
396
phpmyadmin
Tagged:
phpmyadmin
Related Tags
mysql
× 355
php
× 142
sql
× 50
database
× 35
apache
× 30
php5
× 14
nginx
× 14
query
× 10
mysql-query
× 10
centos
× 9
innodb
× 8
insert
× 7
apache2
× 7
ubuntu
× 7
foreign-keys
× 7
mysql-management
× 6
wordpress
× 5
csv
× 5
mysqldump
× 5
import
× 5
database-design
× 4
triggers
× 4
linux
× 4
wampserver
× 4
xampp
× 4
utf-8
× 4
html
× 4
passwords
× 4
myisam
× 4
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy