Tagged Questions
0
votes
0answers
13 views
MySQL database missing due to long name, via PHPMyAdmin
So I'm using the PHPMyAdmin console. I created a database with a very long name (> 16 characters). Next, I went into that database and ran a query to create a table.
This database doesn't show up in ...
0
votes
4answers
38 views
Add list item every time i click submit
I want a script which will echo a text from a form to a div tag every time i click the submit button.
i was able to do that in no time but i want the text to still be displayed in the div even when i ...
-1
votes
3answers
31 views
php does not loop through mysql results
The form I have created does not receive entries.
Here is index.html:
<html>
<body>
<iframe name = "main_frame" src = "http://stelucir.com/entry_ac.php" style = "position:absolute; ...
0
votes
1answer
18 views
error #1146 in phpMyAdmin in XAMPP
I did something retarded. I'd imported the create tables sql file twice. That's not the truly retarded part however. I then proceeded to trying to drop the duplicate tables from the phpMyAdmin ...
0
votes
1answer
41 views
My Browser show's my .php file content [duplicate]
can anyone help?
I use Windows 7, I installed Apache, php, MySQL and phpMyAdmin all tested OK,
but my Browser returns the same code just the way it is in my .php file.
Can any one help, ...
0
votes
1answer
25 views
How to use DUPLICATE KEY UPDATE sql
How to use ON DUPLICATE KEY UPDATE for non auto increment key(reg_id) ? I'll insert that values from another table.So i want to insert a new raw if there aren't a sending reg_id if there is i want to ...
2
votes
2answers
39 views
PHP - Cannot connect to MySQL database
I am trying to connect to my MySQL database through php, I am managing my Database with phpmyadmin. To login the username is root and I dont have a password. My problem is I cant connect, I get the ...
0
votes
1answer
12 views
import csv into mysql using myphpadmin
I am trying to import a csv file into mysql database. The database contains 5 tables.
Table 1 has a primary key
Table 2 has its own primary and table 1's primary as foreign key
Table 3 has its own ...
0
votes
2answers
32 views
how to subtract two columns output in a third column using PHP
Using PHP I want to subtract each values of used column from credit column. I have created a tableA in phpmyadmin.
remaining:credit-used I can not get the results i just get same values of ...
0
votes
1answer
12 views
Connection for controluser as defined in your configuration failed. on iis7.5
i have installed the phpmyadmin on iis7.5 server8
my config.inc.php is
`
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual ...
0
votes
1answer
24 views
Is “type” and “status” a reserved word in MySQL?
I can't find these in words in the MySQL manual for reserved words but apparently phpMyAdmin says they're reserved:
1
vote
1answer
54 views
Why my database table is not getting updated
I used the correct command to update my database table
$result_col ="UPDATE `try`.`5` SET `D` = '$value' WHERE `5`.`A` = '$filenames[$index]' ;";
It works if i write in phpmyadmin to update the ...
0
votes
7answers
69 views
Javascript SQL Attack: Someone inserted a script into MySQL that prevented me from deleting their row. What am I at risk for here? [closed]
A user inserted a
<script src=...> </script>
Code in my database, and using phpmyadmin, I was not able to delete the row. The page just kept refreshing everytime I tried, and the row ...
1
vote
2answers
53 views
nested “select ” query in mysql
hi i am executing nested "select" query in mysql .
the query is
SELECT `btitle` FROM `backlog` WHERE `bid` in (SELECT `abacklog_id` FROM `asprint` WHERE `aid`=184 )
I am not getting expected ...
0
votes
2answers
27 views
Counting number of grouped rows in mysql
In a table xyz i have a row called components and a labref row which has labref number as shown here
Table xyz
labref component
NDQA201303001 a
NDQA201303001 a
...
0
votes
1answer
16 views
sql query to fetch results via comma seperated
i have 2 tables and wants to fetch all the categories via comma seperated.
SELECT object_id, meta_value, name, event_level, event_temp_id FROM
wp_em_meta, wp_terms, wp_em_events WHERE ...
0
votes
1answer
14 views
highlight the syntax of `MySQL` queries
I've been looking for a way to provide syntax highlighting for MySQL queries in phpMyAdmin, but I couldn't find how.
I have phpMyAdmin installed on Linux Mint 14
Isn't there a way to highlight the ...
-2
votes
3answers
46 views
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `id`=''' [closed]
Hi I am getting this error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id=''' at line 4
Here is my ...
0
votes
1answer
16 views
MySql making two new fields by pulling text from an existing field
I have a very large database and need to separate out the name field into first and last names. I was able to get the last names into a new field using
set lastname = trim(left(name, instr(name, ',' ...
0
votes
2answers
23 views
Getting “MySQL returned an empty result set” when doing ORDER BY of Primary Key [closed]
In phpMyAdmin, when I run the following query:
SELECT *
FROM `Table1`
It correctly lists all the rows in that table.
However, if I add an ORDER BY of the Primary Key col1 and run this query:
...
0
votes
1answer
12 views
Trying to fix this error message “Invalid authentication method set in configuration: coookie” on the - phpMyAdmin page, when using MAMP?
I just restarted MAMP after months to start using it with Wordpress. Apache and MySQL Servers are both running fine (are green) and the start page launches fine. However the phpMyAdmin page is giving ...
2
votes
1answer
48 views
Select Query From SQL group by weekly reports
i used the following query to select group by records.
SELECT YEARWEEK(dtentered) week, sum(leftcount) as lct, sum(rightcount) as rct FROM `dailycount` WHERE paid='1' and regid='SF00033200712' ...
0
votes
1answer
31 views
How to change mysql root password and username also at ubuntu server? how to do such corresponding changes to phpmyadmin setup?
How to change mysql root password and username also at ubuntu server? Do i need to stop the mysql service before setting any changes? Please explain giving commands since am a beginner in unix.
I ...
2
votes
2answers
44 views
64 characters length of mysql MD5?
When I run:
SELECT MD5( "WhatIsWrongWithThis?" ) AS hash
I get a 64 characters long output
6631303664616331363338613139623830363332663233656662643635633039
that differs from my PHP 32 expected ...
0
votes
2answers
25 views
MySQL syntax error while trying to upload information to database with a form [closed]
I made a recipe website for my php class. The only thing I can't figure out is how to have the user add their own recipe. I created a form but when I hit the submit button I get this error "You have ...
0
votes
1answer
30 views
Why won't PHPMyAdmin effectively alter my tables?
I made a local table with my PHPMyAdmin (XAMPP). I can do all sorts of things with it, but I cannot make a permanent order alteration.
For example, under the tab Operations, there is the function ...
0
votes
1answer
27 views
Loop Mysql to insert data in table using PhpMyadmin
Hi im trying to insert data in a database for asign an id to each number
table numbers
id | number
1 | 2560
2 | 2561
And this go on for 100 numbers. i found this for PL/sql
BEGIN
FOR ...
-1
votes
3answers
32 views
phpmyadmin mysql error 1064 when creating table [closed]
What could be wrong? I ran a DDL against MySQL , and its giving an error #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right ...
0
votes
1answer
34 views
Fatal error: Out of memory Zend Error / PhpMyAdmin
I am using WAMP for my application. I am developing the application in ZEND. When I work with the application I am receiving the following Error. Even I am not able to look at my PHPMYADMIN. The error ...
1
vote
1answer
19 views
MySQL commandline - Do not use autoincrement for zero values
In phpMyAdmin I create an empty MySQL database and then import data (create tables, insert rows) from an .sql file, there is a checkbox "Do not use AUTO_INCREMENT for zero values".
How do I control ...
0
votes
1answer
31 views
mysql how to show some rows of table depending on one field and depending on one field in other table?
I have a script where members login and read posts by catagory that I have in
Table called posts, then they click a button and an entry is inserted into Table
called postsread collecting the postname, ...
-1
votes
0answers
23 views
Update an existing table with new values
I have an existing table with about 1500 rows of servername and various values for each, (ip address, hardware info, etc).
I have another table/or csv file with the same data but about 200 of the ...
0
votes
3answers
47 views
SQL request with count() and position
I've looking for answers but haven't found anything that I could apply to my table, or understand.
I've a table called Vote with 2 fields idVotant and idVote (idVotant is the guy who made the vote, ...
-2
votes
4answers
53 views
i cant creat my table in mysql database [closed]
what is the problem with this code? the explorer show error when i run this php code.
mysql_query("CREATE TABLE user(
username VARCHAR(10) NOT NULL,
PRIMARY KEY(username),
name VARCHAR(20) NOT ...
0
votes
2answers
38 views
Lost My phpMyAdmin Password, XAMPP
I have a local host running on XAMPP on a Mac. At some point I set a password in phpMyAdmin which I've ow forgotten. Can anyone help me get back into phpMyAdmin? I've followed a ton of tutorials but ...
0
votes
1answer
29 views
Multiple image upload and write to database
I've managed to get a photo to be uploaded to the server and then written to the database thanks to quite a bit of help but I need to be able to upload three files and each needs to be written to the ...
0
votes
3answers
40 views
PHP image upload and write to database
I'm quite new to PHP and trying to upload an image to the server and then write it to the database using a form and php using the code and form below but it doesnt seem to be working for, if I take ...
1
vote
1answer
33 views
Problems with mysql_query
Following is the code snippet i am using to connect to a db.
Its getting connected, but unable to execute even the simplest of select queries on the DB.
<html>
<head>
...
0
votes
3answers
65 views
Query no longer working moving to MySQL 5.5. #1054 - Unknown column ' 18354' in 'where clause' [closed]
I used to run MySQL 5.1 (I'm using 5.5 now) and this query was working fine. Now it has a error.
#1054 - Unknown column ' 18354' in 'where clause'
This is the query:
select `blockNumber`
...
-3
votes
1answer
43 views
MySQL query optimization for large single table [closed]
I need to ask you about making my MySQL query more efficient. I have a table of posts with 1M records.
I am not using any join, and it's fetching result from database in 5-10 seconds - I don't know ...
0
votes
0answers
12 views
TeraWurfl $db_implements_fallback error [closed]
I have been trying to set up a apache server on my ubuntu machine. I set up the apache modules successfully (I needed rewrite and header), and added in PHP and MySQL. My apache logs have been ...
1
vote
2answers
25 views
php script to move data between columns with mysql
What I want to achieve is to move the data between 2 rows within one table.
Column A
--------
FN2
1 200x310mm
2 400x260mm[+0.84]
3 500x500mm[+11.34]
Column B
--------
0.0000
0.0000
0.0000
...
0
votes
0answers
28 views
Apache Crashes after Drupal Installation [closed]
I am having a problem with my XAMPP installation with Drupal. I installed XAMPP, and started the server, and connected my phpMyAdmin without any problems. It showed me a warning:
Cannot load mysql ...
0
votes
0answers
22 views
cannot open phpMyAdmin
I have created some MySql databases which are running OK on my local PC Machine using xampp on XP
The existing databases are working correctly but I cannot create a new database and cannot open ...
0
votes
1answer
41 views
php insert text file to mysql encoding
I have to import the data from a .txt file to mySQL db.
When I open txt with notepad the file is written in DOS/Windows ANSI (encode in ANSI).
When I open it with AkelPad I get the info that the file ...
0
votes
3answers
28 views
duplicate data base with phpmyadmin
I want to duplicate my data base with phpmyadmin. how to proceed ?
supplementary information :
phpmyadmin Version: 3.4.5deb1
thanks
0
votes
1answer
23 views
phpMyAdmin error: Cannot return a ResultSet in the Given Context in mysql
Please have a look at the code below:
DELIMITER $$
DROP PROCEDURE `mostPopular`
CREATE PROCEDURE `mostPopular`()
BEGIN
DROP view if exists mostRec;
create view mostRec as select count(*) as ...
0
votes
1answer
24 views
Block all users except localhost from phpmyadmin and mysql
I recently installed the XAMPP stack on a desktop and connected via a laptop on the local network. To my surprise, I was able to access phpmyadmin and delete update all mysql tables. Though I ...
-3
votes
1answer
34 views
Cannot insert data in to the phpmyadmin database [closed]
Database connection is ok. but data is not going to the database.I just want to whether the following query is wrong. Thanks
$query = "INSERT INTO 'tbl_route_group'
...
0
votes
2answers
33 views
Remove the first row from CSV file - php csv file upload issue
This script running fine but adding first row from excel file (header names). I want to make ignore first row in loop - Please check the script -
<?php
//connect to the database
$connect = ...


