phpMyAdmin is an open-source, web-based MySQL administration tool written in PHP.
0
votes
1answer
7 views
phpMyAdmin set with blank user and pass, but 'allownopassword' is set to false, possible to log in?
Trying to log into a customer's phpMyAdmin, I can see the phpMyAdmin config file on the server, but I don't have permissions to update it.
As title says, phpMyAdmin is set with blank user and pass, ...
0
votes
0answers
15 views
phpMyadmin only changing local account password (not remote) [closed]
We give to each of our students two MySQL accounts: A local account (username@localhost) and a remote account (username@%). When a user changes his/her password in phpMyAdmin, only the password of ...
1
vote
2answers
15 views
How to Import data from a .dat file to mysql?
One of my client has sent me a database which is a .dat file. I want to import it into MySQL. Is there any way to import a .dat file into MySQL?
1
vote
3answers
52 views
How do I pass an md5 hash of email addresses in URL? [closed]
Using:
MySQL 5.1.68-cll
PHPmyadmin 3.5.5
Interspire Email Marketer 6.1.2
In Interspire, in my email newsletters' links, I want to pass a variable e=[MD5 hash of that subscriber's email]. Any ...
0
votes
1answer
17 views
MySQL Server vs XAMPP
I just migrated my table to MySQL Server 5.6 in order to get full use of my system memory since XAMPP doesn't allow you to do so because its MySQL is based on a 32-bit arch. I also downloaded MySQL ...
0
votes
1answer
34 views
Get 10 random rows that change weekly (featured entries)
I try to get 10 random rows of a table. Many similar questions are out there but I have got an additional condition: I want this list to update weekly, 52 times a year. These 10 items are going to be ...
0
votes
1answer
24 views
Compare data from two tables in codeigniter
I have two tables(Comment & Evaluation) and I want to do the following mySQL query into codeigniter.
Here is the mySQL query:
SELECT COUNT(DISTINCT source) AS NumberOfEvaluations
FROM COMMENT , ...
0
votes
1answer
17 views
How to import dbf file data to phpMyAdmin (Mysql server)
I have input as .dbf file n i wanted to import that file in my phpMyAdmin (Mysqlserver) with table structure n also with data. I m platform windows zendserver as webserver n php. So is there any best ...
-5
votes
1answer
56 views
mysql functions outdated? [closed]
Why are mysql functions considered outdated and thus discouraged from being used? I do not seem to find anything wrong with them and would like some explanation which could help me decide if I should ...
0
votes
0answers
41 views
phpMyAdmin on Google App Engine
I am trying to install phpMyAdmin utilizing the php sdk kit. I am getting this error
The mysqli extension is missing. Please check your PHP configuration.
Also, wondering if anyone would have any ...
-2
votes
0answers
43 views
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock [closed]
While accessing Phpmyadmin through browser and command : its showing error "Can't connect to local MySQL server through socket "/var/run/mysqld/mysqld.sock'"...
I used this commnad
mysql -u root ...
0
votes
0answers
8 views
No connection could be made because the target machine actively refused it
When i am trying to connect my phpmyadmin on my XAMPP it gives a error
2002 - No connection could be made because the target machine actively refused it. Can any help me to resolve it. Thankyou.
0
votes
0answers
13 views
How to solve time out in phpmyadmin?
I want import 300 mb sql file in phpmyadmin. How can I import the file in phpmyadmin because some errors come to phpmyadmin as timeout during import. How can I solve that problem.
I tried:
...
0
votes
1answer
13 views
Joomla - Fabrik 3.X - SQL Error
I have fresh install of Joomla 3.X and Fabrik 3 ( Official Package from Fabrik.com). I am new to fabrik and I am curious to find out its capabilities.
If Fabrik fails me , I will drop using Joomla ...
-2
votes
1answer
36 views
Undefined Variable: SERVER_? [closed]
Hey I'm still fairly new to PHP so every now and again I find myself in these holes and have no idea what to do. ok so i have this php code that connects to my database and returns two variables ...
0
votes
0answers
11 views
phpmyadmin doesnt show utf-8 correctly
I can't get phpmyadmin to show UTF-8 correctly.
I have set my fields to: utf8_general_ci, it's the only place I can find utf-8 configuration in phpmyadmin.
If add utf8-content to the db, and the ...
0
votes
0answers
20 views
Setting up phpMyAdmin on IIS 7.5 --> Cannot navigate to localhost\phpmyadmin --> 500.0 - Internal Server Error
since a few days i am desperatly trying to set up phpmyadmin on an IIS webserver.
Here are my system´s details:
OS: Windows 7
IIS 7.5
PHP Version 5.3.24
MySQL Version 5.6.11
phpMyAdminVersion: 4.01
...
0
votes
1answer
20 views
Failed to reset admin pass on Mysql / plesk
I broke the admin pass in the phpmyadmin inside plesk. I broke it by editing the pass (was not intentionally), and now Plesk does not load since primary admin pass is changed.
I found this guide: ...
-1
votes
1answer
13 views
Missing row from mysqli $query
I have a problem with MySqli not outputting the result of my query.
$cxn=mysqli_connect($host,$user,$pw,$dbname) or die("Error connecting to server");
...
0
votes
2answers
40 views
SQL query for searching whole database
Is there any query to find any clause using 'like'? I have a huge database for which i need to search a url but not sure in which table it exist so i was wonder if there is any query to run on whole ...
0
votes
1answer
29 views
hovertext to label (is there a way to make the hovertext stay displayed forever and not only when u hover your mouse over the chart)
This is my php script where i am querying a database to get data and plot the data using fusion chart
$query = "SELECT * FROM chronology_chart";
if( $result = mysqli_query ($connect,$query)){
$stack ...
0
votes
0answers
6 views
latin1 not available in character set in Phpmyadmin
Hi I am doing this tutorial about SQL. I added $cfg['UploadDir'] = 'c:Files'; in my
config.inc.php, and import it to phpmyadmin. The problem is that I cannot find latin1 as character set. In one of ...
-1
votes
2answers
29 views
Been looking at this for days, no idea. "Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given [duplicate]
Okay, so I am trying to add a user registration form to my site. I've been trying to fix this for days and nothing I've tried seems to work. Currently I'm getting this Warning when I fill in the ...
0
votes
1answer
34 views
Limiting number of student registering for hostel
I'm working on my hostel registration systems but I seems to get trouble with limiting the number of students that can apply for hostel.For example hostel1 only have 100 rooms,what should I do when ...
-1
votes
0answers
22 views
phpmyadmin can't login with no error [closed]
Suddenly, my phpmyadmin page can't enter the main page and keep redirecting to the same login page without error messages, although I can login to mysql through shell. I don't updates or changes any ...
-1
votes
1answer
22 views
how to clear server/host log [closed]
Suddenly my phpmyadmin page can't load and redirect to the same login page, although I can login to mysql through shell, I tried to clear the cache of the browser and still have this issue. I read in ...
0
votes
1answer
31 views
invalid column count on line 1
I'm trying to load a csv that has 21 columns and 240 rows through phpmyadmin. The most common error message is:
"invalid column count on line 1" (using csv import)
though when using load data, I ...
0
votes
2answers
19 views
Setting up a trigger in PHPMyAdmin
I'm trying to comprehend triggers, and I think I fully understand them, but I haven't been able to implement any of them. I want this code to delete a user with the name "test". So if anyone updates ...
-1
votes
2answers
30 views
Access denied for user 'root'@'localhost' (using password: NO) while testing php website forms
When i test any forms of my php website at local host i get the below meassage...
Access denied for user 'root'@'localhost' (using password: NO)
We use phpmyadmin as backend...
plz suggest the ...
1
vote
1answer
14 views
How to rename phpmyadmin?
To access database I use localhost/phpmyadmin now I want to rename phpmyadmin i.e. I want to access database typing localhost/phpmyadmin_renamed. How can this be done?
4
votes
0answers
44 views
SQL - query syntax [migrated]
I need advise whether my database structure is correct and what is the appropriate query syntax that can be used.
Table1
...
-1
votes
1answer
22 views
Receiving error with decimal data type mySQL [closed]
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
42 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
1answer
30 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
27 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
16 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
26 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
20 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
54 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
18 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
17 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
14 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
45 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
14 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
34 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
25 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
47 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
44 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 ...



