phpmyadmin Questions
6
Solved
I am trying to create a copy of a prestashop 1.6 e-shop for development purposes from domain.com to dev.domain.com
The process I followed is
Disable cache and compilation
Copy the files from do...
Jumper asked 22/5, 2015 at 13:36
21
Solved
I keep getting the following errors with mysql connection through XAMPP and I don't know what to do:
That's the code in the config.inc.php
<?php
/*
* This is needed for cookie based authent...
Liquor asked 13/10, 2017 at 18:48
6
Solved
I have WampServer 2.0 with phpMyAdmin 3.2.0.1. The latest version of phpMyAdmin is 3.3.8.1.
Can I download the latest version of phpMyAdmin and use it with WampServer?
The reason I want to do t...
Daviddavida asked 15/12, 2010 at 20:2
3
Solved
I am trying to run this sql query in PHPMyAdmin:
--create a mysql contact table
--delete contact table if already exists
DROP TABLE IF EXISTS contact;
--create new table named contact with fields...
Kenwood asked 11/8, 2014 at 21:4
5
I can't seem to get PHPMYADMIN to import an SQL file properly as it is giving my the error:
No data was received to import. Either no file name was submitted, or the file size exceeded the maxim...
Admiration asked 13/1, 2012 at 15:53
6
I bookmarked a MySQL query in phpMyAdmin. How do I access it? I looked all over PhpMyAdmin but could not locate it.
Impermanent asked 24/8, 2014 at 17:37
7
I am currently having a problem with allowing multiple users to login with phpmyadmin without seeing each other's databases. I am using this method: http://alandoyle.com/tutorials/configuring-phpmy...
Stalkinghorse asked 7/5, 2011 at 11:23
8
Solved
I make a backup of some database from distance server, and I had an problem on my local server when I trying to import that backup. I get an error in this line:
CREATE ALGORITHM=UNDEFINED DEFINER=...
Linger asked 11/7, 2013 at 18:17
11
I have installed xampp 5.6.14 on windows. I open phpmyadmin http://localhost/phpmyadmin/
but warning
! The phpMyAdmin configuration storage is not completely configured,
some extended features...
Astromancy asked 20/11, 2015 at 10:22
9
Solved
I followed installation instruction for PHP, MySQL and PHPMyAdmin. But when I tried to access http://localhost/phpmyadmin/, I got this error:
"Not Found The requested URL /phpmyadmin/ was not fo...
Clinkerbuilt asked 15/1, 2012 at 9:42
6
When I do this it makes a NEW table yet I've already selected the table to import to. I've tried CSV and ODS formats, still get the same results. The first column in my existing table is ID auto in...
Playreader asked 4/3, 2013 at 9:46
5
I am able to hide the database from writing this line
$cfg['Servers'][$i]['hide_db'] = 'information_schema';
in config.inc.php file pf phpmyadmin.
It is possible to access content of this data...
Parlormaid asked 22/8, 2012 at 10:50
11
Solved
i have a docker-compose.yml that looks like this:
webserver:
build: ./_docker/php
ports:
- 80:80
links:
- mysql
volumes_from:
- app
mysql:
image: mysql:5.7
environment:
MYSQL_DATABASE: &...
Daddylonglegs asked 14/11, 2019 at 23:44
23
Solved
Error in phpMyAdmin after updating to v4.8.0: The $cfg['TempDir'] (./tmp/) is not accessible
phpMyAdmin worked fine with v4.7.9. Now after updating to v4.8.0 today (replacing the old phpmyadmin folder against the new one) I'm getting this message in phpMyAdmin:
The $cfg['TempDir'] (./tm...
Acanthus asked 9/4, 2018 at 9:51
14
Assuming there is a remote server and I have phpMyAdmin client installed localy on my computer. How can I access this server and manage it via phpMyAdmin client? Is that possible?
Interlaken asked 28/5, 2013 at 21:11
12
Xampp version:1.7.7 (installed it on external hard drive), operating system: Windows 8,
installed version 4.1.7 of phpMyAdmin and copied config.inc.php from my old version of phpmyadmin to the new...
Hovel asked 13/2, 2014 at 7:46
4
Solved
Hi,
I'm importing mySql database (which was originally an access database) into phpmyadmin and its giving me this error:
SQL query:
CREATE TABLE `Acc_inst` (
`inst_ID` INTEGER NOT NULL AUTO_INC...
Dominiquedominium asked 1/12, 2013 at 9:17
10
Solved
I have just been wrangling with phpMyAdmin and MySQL server on my Win8 PC IIS localhost (there was no connection between these, which I think was due to MySQL service not starting so I reinstalled ...
Devlen asked 9/1, 2014 at 23:5
5
Solved
I am trying to install PHP on my Mac machine using Homebrew.
I am using the following command:
brew install php
However, I am getting the following errors:
Error: No available formula with the name...
Taxeme asked 1/3, 2017 at 17:13
7
Solved
What does the word "root" mean in phpMyAdmin?
Whenever I write localhost/phpmyadmin on the address bar, I am asked to enter a username and a password, but I don't know what they are. I don't remem...
Misbecome asked 2/8, 2013 at 8:20
9
Solved
I upgraded from an older lubutu release to 14, now running PHP 5.5 and phpMyAdmin 4.0.10deb1, I regularly move small MySQL database exports between hosts (700KB gzip, around 7-10MB decompressed SQL...
Benedictine asked 4/6, 2014 at 8:59
7
About setting up the config.inc.php, the official phpMyAdmin docs says
$cfg['blowfish_secret'] = 'theExampleWrites16ValuesHere'; // use here a value of your choice
What is a blowfish secret?
How...
Blake asked 23/1, 2016 at 8:3
6
Export of the struture of the same table with PhpMyAdmin:
`DROP TABLE IF EXISTS `test_apprentis`;
CREATE TABLE IF NOT EXISTS `test_apprentis` (
`a_id` smallint(10) NOT NULL,
`a_promo_id` smallin...
Oblate asked 13/2, 2015 at 18:46
2
Solved
I'm showing all rows (825) in phpMyAdmin v4.3.2 for a mysql innodb table sorted by the default autoincrement primary key. When sorted ascending, I go to the last page but it stops at id = 1150 when...
Growing asked 10/10, 2015 at 6:16
6
Solved
I have spent hours trying to figure this out but am seriously stuck. I installed the latest version of mysql today and some things in my website broke. I believe it has to do with strict settings, ...
Jehoshaphat asked 23/8, 2018 at 13:31
© 2022 - 2025 — McMap. All rights reserved.