The problem was due to some conflict between variable values (I don’t recall the exact details).
The solution AFAIR, was to just use another Bash session, without any predefined variables (I just newly defined any variable I needed this time):
$ bash
Related Posts:
- MySQL Database User: Which Privileges are needed?
- WordPress and automated MySQL backups to a different host
- Why are no posts showing despite my apparently correct DB restoration?
- What happens if I overwrite the current wp_options table with a backup from a week ago?
- Duplicated site isn’t recognized as a site
- creating new field on mysql
- Merging development site with live site
- MySQL Database User: Which Privileges are needed?
- Rename a table in MySQL
- How should I tackle –secure-file-priv in MySQL?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- MySQL SELECT increment counter
- phpMyAdmin – Error > Incorrect format parameter?
- Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user ‘root’@’localhost'(using password:YES)
- Using wpdb to connect to a separate database
- Why is my database import losing text widget data?
- Database synchronization between dev/staging and production
- How can I make updates to a site, on a development copy, but then move updates back without overriding live site’s evolving database?
- Will it break my site if I delete all transient records in wp_options table?
- Checking if Database Table exists
- What’s the simplest way to backup my WordPress database?
- WordPress (MyISAM) database is slow, should I switch to InnoDB?
- Fastest way (least amount of steps) to locally import a remote database using WP-CLI
- Safest way to bulk delete post revisions
- Please explain how WordPress works with MySQL character set and collation at a low level
- The MySQL alternatives: Do Percona Server and MariaDB work well with WordPress, and do they make WordPress go better?
- How to fetch Data in WordPress using MySQLi or $wpdb
- WordPress Database lost auto increment
- Connect to database using wordpress wp-config file
- How can I make a WordPress database portable and url independent?
- wpdb->insert multiple record at once
- Reset Post IDs to less than 64bit integer
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- Restoring WordPress posts from database only
- Backup the Database and Restore from the Backup?
- WordPress database scalability from the code perspective
- How to define composite keys with dbDelta()
- Does wpdb add considerable overhead on queries with large result sets?
- Is it possible to define two databases for one installation?
- Why does $wpdb return strings for mysql integer values?
- Does WordPress use the InnoDB engine for MySQL by default?
- Dealing with Many Meta Values, 30+
- When is it appropriate to create a new table in the WordPress database?
- Slow wp_term_relationships query
- How to use “TRUNCATE TABLE” MySQL statement?
- Can I use MariaDB instead of MySQL in wordpress?
- Is it possible to switch the data layer within WordPress?
- Export WP database for import using WP-CLI on Vagrant Box
- store simple data in get_option()
- Using Dynamic Data Pulled from a MySQL Table in a WordPress Page
- How to delete outdated, wrongly sized images in _wp_attachment_metadata?
- WordPress for a very large website
- What are conventions about the schema of the $table_prefix
- Split WP install between 2 databases?
- Inserting Post Meta From SQL
- WooCommerce with thousands of products – site is very slow – optimize db queries? [closed]
- Migrating non-WordPress CMS to WordPress, lots of data to move — possible solutions?
- Have multiple local wordpress installs share a wp-content folder and database
- Why does dbDelta() not catch MysqlErrors?
- Is It Possible to Restore Accidentally Deleted Widgets?
- Faulty restore of the database, encoding issue
- Is deleting orphaned wp_options entries safe?
- Is altering a default WordPress database table update safe?
- How to solve slow WordPress site caused by attachment_metadata
- Huge wp_options table
- “MySQL server has gone away” since update to 3.8
- How to implement content from external database into WordPress text page? [closed]
- Cloning and syncing a WordPress website
- Delete all post meta except featured image
- Custom DB_COLLATE (collation) value not working on fresh install?
- What causes the “max_user_connections” warning on WordPress frontend?
- what to do when your WordPress database is too large?
- Change all http to https in mysql databse?
- What actions affect files, DB, or both?
- WooCommerce – Query for ordered products
- How to find if a post with custom_field == X exists?
- Large database causes slow load
- Error establishing a database connection – with Debug Data
- Add search Value to wp_list_table pagination
- How to execute mulitple statement SQL queries using $wpdb->query?
- Delete duplicate rows from wordpress database where a column is duplicate in phpmyadmin
- Database slowdown after update to 3.4.1
- Does thumbnail regeneration edit the database?
- Can I transfer a mysql database to another site?
- Database with mixed collation (utf8mb4 & utf8_general_ci)
- Query WordPress database by registered date and role
- MySQL Syntax Error upon restoring database from backup [closed]
- Tons of Twitter rows in my database
- Help running a MySQL query to update all wp_#_options tables in a Multisite install
- How to insert data into MySQL database from the form created in WordPress site
- Set Display Name to first and last name (phpmyadmin SQL Query)
- Size article thumbnails and retrieve them directly from database
- How to fix unchanged URLs in Database after running serialized search and replace script?
- Merging WordPress posts from different databases
- WordPress site uses MyISAM, should I switch to InnoDB necessary?
- Is it safe to convert tables from MyISAM to InnoDB?
- Emojis getting converted to “?”
- Backup another database with BackUpWordPress plugin [closed]