A web application that allows users to manage a MySQL database.
2
votes
3answers
73 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 ...
0
votes
2answers
49 views
Cannot log in to phpMyAdmin with users account: Get root override message
I am trying to access PHPMyAdmin but I get the You are logged in with the root, or reseller's password message, even though I am logged in using the users account (not my root account).
I have tried ...
1
vote
2answers
86 views
Problems with phpmyadmin
I already worked a lot with wampserver but it's the first time i have a problem with it.
After I downloaded it wanted to create a database in phpmyadmin, and then it says:
"Forbidden. You don't ...
1
vote
1answer
74 views
How to access phpMyAdmin with Hosting Controller?
I am trying to update a site for a client. All the login info they have given me is for something called Hosting Controller. Ive never seen it before but it seems like cPanel. I can create email ...
2
votes
1answer
85 views
Trouble creating new MySQL user/database with PHPMyAdmin
I did a brand new install of PHPMyAdmin and I managed to get it set up a while ago with a single non-admin user and a database.
I now want to add a new user and new database. So, I went to the ...
0
votes
0answers
68 views
downloading BLOB from database using content-disposition [closed]
I have a small problem with the php content-disposition, I kind of understand where the problem lies but I have no idea how to solve it (new to using databases). Calling this php page will result in ...
2
votes
2answers
111 views
Phpmyadmin http password security
Is my password sent unencrypted when using Phpmyadmin through http?
If not, is there any downside using http compared to https?
2
votes
1answer
61 views
i got mysql error on this statement i don't know why [closed]
i got mysql error on this statement i don't know why error is:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use ...
-1
votes
1answer
3k views
XAMPP phpMyAdmin - Access forbidden!
I can't access PHPMyAdmin. I have installed XAMPPlite 1.6.5 on Windows 7. I haven't changed any config, except .htaccess, where I added the third line:
Order deny,allow
Deny from all
Allow from ...
0
votes
1answer
62 views
phpmyadmin and 1MB post data
In php.ini I have set php to allow 7MB POST data size. But when I used phpmyadmin to save 1MB data of text into a field, it just listed all the record from the parent table and did nothing to the ...
1
vote
1answer
356 views
What is the difference between Cloud hosting and cPanel hosting?
I just want to know whether both of these hosting model provides easy to use interface? Like phpMyAdmin and FTP server to upload file from FileZilla?
1
vote
4answers
167 views
Is it possible to have a better sql editor for phpMyAdmin?
I am studying database systems and using MySQL and phpMyAdmin.
The editor that comes with phpMyAdmin is plain editor that does not highlight any special syntax like for example: gEdit in ubuntu.
Can ...
0
votes
1answer
924 views
Warning: mysql_fetch_array() expects parameter 1 to be resource [closed]
I was trying to connect to my database through PHP but I keep getting the error:
Warning: mysql_fetch_array() expects parameter 1 to be resource
I do not know what the problem is?
This is the ...
0
votes
1answer
194 views
mysql code need help asap [closed]
1064 - 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 'order ( orderID VARCHAR(6) NOT NULL DEFAULT 0, ...
1
vote
2answers
2k views
Add more than one host to user login privileges in phpMyAdmin
As the title reads, I want to add more than one host into the Host field in phpMyAdmin's user privileges, to allow a user to login from a number of different hostnames.
How can I accomplish this?
2
votes
1answer
675 views
Can't log in to phpMyAdmin after removing MySQL root password
I get this messege:
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
I tried changing the password in phpMyAdmin config.inc.php
from root to '' but all I got was
Cannot ...
1
vote
3answers
1k views
Products missing from backend after import
My client imported about 70 products into magneto and the all imported properly it seemed, but now only about half of them appear in the catalog ( backend ) searching for the SKU returns no results. I ...
1
vote
3answers
1k views
How do I access PHPMyAdmin after install in Ubuntu?
I installed Apache and then PHPMyAdmin on my Ubuntu server, but I have not been able to access PHPMyAdmin at http://localhost/phpmyadmin/. http://localhost is working however.
2
votes
2answers
102 views
Spambots looking for phpmyadmin and more
I inherited a couple of sites that send the webmaster an email with each 404 error. I get a smattering of errors each day, but there are times when I'll get dozens, even hundreds, of errors from these ...
2
votes
2answers
774 views
PhpMyAdmin keeps redirecting to login screen
I'm having troubles logging in to PhpMyAdmin. When I press "login" after typing in my credentials, it just keeps going back to the login screen. I could login perfectly a few days ago. I don't know ...
1
vote
1answer
80 views
PhpMyAdmin - Changing charset
How may I change the database/Tables/Attributes charset using PhpMyAdmin (No SQL statement, only hand-and-mouse actions) ? I only see the option for the Collation (inter-classement).
0
votes
1answer
52 views
About phpmyadmin
I am using phpmyadmin for my database purpose.Myisam is my database engine.
I want to know about what is mean about:"choose field to display" in relationship page in phpmyadmin
3
votes
3answers
2k views
How to login as another user in phpmyadmin
I installed phpmyadmin in Win7, and if I type http://localhost/phpmyadmin/index.php in the browser, it will log in phpmyadmin as root user by default.
I created a new user but still there's no login ...
2
votes
2answers
2k views
No databases showing in phpMyAdmin
My website is hosted in shared hosting service and is working fine with updated news stored in MySQL database. To manage the database of website, I install phpMyAdmin in a sub-folder with the same ...
2
votes
1answer
322 views
Error 500 on phpMyAdmin via https from “self-signed certificate”?
I have used Cpanel to generate and install a self-signed certificate for HTTPS and now that I have installed phpMyAdmin once I access phpMyAdmin via HTTPS it throws out an error 500 message.
Why is ...
2
votes
2answers
616 views
phpmyadmin and stored procedures
I'm not able to view subprocedures in Phpmyadmin. I have created a sub procedure via the execute query option. Is there an option to list the subprocedure and edit them.
0
votes
1answer
149 views
FFmpeg & Installation on phpmyadmin
I am attempting to have an interface in which people can upload music files and listen to them through the site. The biggest problem obviously is that someone who uploads an audio track in mp3 format ...
3
votes
1answer
101 views
is there a program that performs CRUD functions with phpMyAdmin?
I need to enable a client to be able to be able to create, update and delete items from a mysql database, but it'll be too confusing for him to do it via phpmyadmin. Is there a program for users to ...
0
votes
2answers
4k views
Virtual host not working in Windows 7 XAMPP
I am using Windows 7 and XAMPP. I want to create a virtual host so I added
127.0.0.1 myawesomeproject
to my hosts file (C:\Windows\System32\drivers\etc\hosts) like this:
# Copyright ...
1
vote
3answers
2k views
import.php parameter missing?
Whenever I try to delete or update any of my tables in phpMyAdmin I receive the following error:
1.import.php: Missing parameter: import_type.
2.tbl-alter.php missing parameters:field
I have ...
1
vote
1answer
203 views
PHP - How to Backup and Move Wordpress Blog Website to different directory on the same host
I setup a blog for development purposes on the *.com/a/ directory and now want to move it to the root directory *.com on the same host.
How do I Backup and Move the Wordpress Blog Website to the ...
1
vote
1answer
72 views
Moving Website From CMS
I have recently had a website created for me by an IT company. The problem is that i am being charged extortant amounts of money to change minor things. They have charged me to a create a small CMS ...
4
votes
3answers
714 views
phpMyAdmin: Remove Table Drop and Empty Controls
I'm not sure this is the place to post this as there are very few questions tagged phpMyAdmin; I thought of stackoverflow, but it's not really programming. In any case, mods should feel free to move ...
