phpMyAdmin is an open-source, web-based MySQL administration tool written in PHP.

learn more… | top users | synonyms (1)

0
votes
1answer
17 views

Receiving error with decimal data type mySQL

CREATE TABLE WLPortfolio ( symbolID MEDIUMINT NOT NULL AUTO_INCREMENT, symbol_userID MEDIUMINT NOT NULL, symbol default NULL, holding default NULL, amount decimal(12,2) default ...
0
votes
3answers
41 views

Why does this code miss the first entry?

Ok, I have a little problem with my code: it doesn't get the first result? For example: the ban table may look like this: [http://i.stack.imgur.com/dYuCd.png][1] But it the data echoed will miss that ...
0
votes
0answers
25 views

Content is not visible in CodeIgniter calendar

I can insert data into the database using CodeIgniter and also get the data from the database, but the problem is I can't get the data from date 1-9 (the data is present in the database). After the ...
-1
votes
0answers
19 views

Login failed phpmyadmin

Login failed phpmyadmin 2000 Cannot log in to the MySQL Server I work on a localhost windows 7 Change the password and restart the cell But so far, I have a problem
0
votes
1answer
14 views

Error:Column count doesn't match value count at row 1 -MySQL

I am a beginner programmer and I have just started using MySQL - I am using a program called PHP MyAdmin to Create a table in a database. I want to enter in values and then have those values appear in ...
0
votes
2answers
23 views

mysql not adding a particular string using sprintf [closed]

i'm using php and mysql to add data. i'm adding 13 variables in a table but i'm unable to add a particular string named order into the table. the value of the string is S.No 1 PRODUCT ID ...
0
votes
0answers
19 views

Phpmyadmin doesn't detect mysql tables after installing xampp [closed]

I just upgraded to windows 8 and had to reinstall xampp. I transferred the mysql data files to the new installed folder. Everything is working fine except for most of the databases, the tables within ...
0
votes
3answers
50 views

One to Many Table linked to a One to Many Table

i'm new to MySql(3hours under my belt),just finished reading PHP & MYSQL for dummies 4th Edition and i'm currently to create a database that contains information about shops for practice. The ...
0
votes
0answers
16 views

phpmyadmin.conf and apache.conf missing

When trying to start apache with sudo /etc/init.d/apache2 restart I get the error apache2: Syntax error on line 260 of /etc/apache2/apache2.conf: Could not open configuration file ...
1
vote
1answer
15 views

Changed view Algo from left join to right, can't access DB now

Using a view I noticed that I wasn't geting all the records I was supposed to, so I went to edit the algo and changed the SQL from a left join to a right join, and clicked save. phpmyadmin then hung ...
0
votes
1answer
12 views

Manually Cancel An Order

I have some orders that need to be cancelled but because they originally were pre-authorized through auth.net, they will not cancel. I get a "no transaction found" message when trying to cancel/void. ...
-1
votes
0answers
17 views

MySQL database missing due to long name, via PHPMyAdmin [closed]

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
44 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 ...
0
votes
0answers
7 views

Can I have two separate web servers/application servers accessing the same database, mysql

I have apache tomcat application server and wamp(apache) installed in my machine(localhost). My php application runs on wamp, and the webservices(SOAP) are based on java, which need to make changes to ...
-1
votes
3answers
32 views

php does not loop through mysql results [closed]

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
2answers
24 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
44 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
42 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
15 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
0answers
13 views

phpmyadmin ftp configuration: downloads file instead of login page

I am trying to install phpmyadmin on a server that only has ftp access. I have read a bunch of articles and tutorials, and i think i have everything set up properly, but when i try to access the ...
0
votes
2answers
41 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
13 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 ...
1
vote
1answer
35 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
73 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
55 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 ...
1
vote
2answers
30 views

Access phpmyadmin database from a website via a link?

Is there anyway of accessing phpMyAdmin via a link on a website. What i mean is, I got an admin panel that contains links to other pages on my website and I want to add a link that will gain access ...
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
15 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
53 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 ...
-1
votes
2answers
36 views

Password Reset Strategy? [closed]

I am trying to figure out a password reset strategy for user's on localhost only without the need to send it to an actual email over the internet. This is for a school project and no access to the ...
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
15 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 ...
0
votes
1answer
17 views

htaccess rewrite rule config

I would like to configure htaccess rewrite rules but have some difficulties. My rule is simple: DOMAIN/SL --> index.php?lang=SL DOMAIN/EN --> index.php?lang=EN DOMAIN/IT --> ...
2
votes
1answer
50 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
33 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
27 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
0answers
27 views

SharePoint connection string to phpMyAdmin

I am currently in the process of developing our new intranet site to SharePoint 2013. Our old site was home built and the database is phpMyAdmin (MySQL). Currently until we can get all of our ...
0
votes
1answer
37 views

phpmyadmin: save query history to central server

I am trying to setup a central phpmyadmin server for multiple DB servers. was reading these: http://wiki.phpmyadmin.net/pma/pmadb http://www.howtoforge.com/forums/showthread.php?t=55811 Signon ...
0
votes
1answer
31 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
0answers
15 views

line 34 in db.query(q) — AttributeError: Database instance has no attribute 'query'

I am practicing database in python and using Phpadmin database, and made my table but, In line 34 in db.query(q), error is : AttributeError: Database instance has no attribute 'query' #!/user/env ...
0
votes
1answer
29 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
34 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
37 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 ...
0
votes
1answer
32 views

HTTP Error 500 (Internal Server Error) in Drupal

Iam providing datas using json to an ios app using php. But while running the code in browser, it is showing Server error. If there is no values in the database, it shows {"posts":null} as provided ...
1
vote
1answer
20 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 ...

1 2 3 4 5 79