I need help figuring out what's wrong. I want to install phpmyadmin on a server to import a wordpress DB but when I install it I have a problem with php-twig I
I want to export some data from the DB. Basically what I want to say is this: 1- Select mbr_name from the members table 2- Choose the ones that exist at the cou
I am just starting my journey with servers so I bought one VPN. I installed there ubuntu 18, apache 2.4, php8, webmin, mysql etc. I have two sites based on symf
I try to import a CSV file in my database, I don't have any error but no rows are insert I checked my field name My table structure is: CREATE TABLE IF NOT E
DB::enableQueryLog(); $mines = Cranks::where([['crank_id', '=', $this->crank_id], ['mine_id', 'like', '%'.$script_value->mine_id.'%'] ])->get(); $query
I have two machines each with phpmyadmin installed which have a mirror setup - same databases, same tables...and so on. I updated one of these instances with a
My phpmyadmin used to load but with the following errors. Haven't found a solution for it yet. Please let me know what I can do, thanks for your time and help.
Apache/2.4.41 (Ubuntu) PHP version: 8.1.4 Server type: MySQL Server version: 8.0.28-0ubuntu0.20.04.3 - (Ubuntu)
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 /* * Th
I have some trouble connecting to PHPMyAdmin. So I always get the following message. SQLSTATE[HY000] [2002] No such file or directory I looked for a solution
When I import my database all the tables are imported successfully, but when I'm trying to access the "views" then I got the message below on phpmyadmin's scree
I was deleting some databases from the phpMyAdmin and I dropped the database phpmyadmin. Now that's causing all kinds of problems. Do I have to reinstall phpMyA
I'm using phpmyadmin with xampp on both of my home and work machines. Some queries didn't work for me when I was working on one computer, but it worked on anot
I am using windows 10 command line for a django project using python34 however, I am facing difficulties with SQL. I have already installed mysqlclient using
Mysql - phpmyadmin What's wrong with this query? ALTER TABLE `invoices` CHANGE `status` `status` ENUM('paid','due','canceled','partial','cheque') CHARACTER SE
Hi I am creating a temp table and insert a record using CREATE TEMPORARY TABLE temp_table_extension_details ( `Id` int NOT NULL,
I want to export my database from phpMyAdmin to import it to another server. I go through the steps explained here and here but all I get is a 50kb .sql file th
Running: macOS High Sierra Version 10.13.3, zsh w/ iTerm2 Trying to set up a local environment with xampp, which has worked just fine for me in the past. Howe
I'm trying to copy a live WordPress site to my local server. I went to import the database from the live site through MAMP, and I received an error message when
I can't seem to get this feature to activate. I have my config.inc.php file set with the following line: $cfg['Console']['DarkTheme'] = true; More info here: h