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?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- phpMyAdmin – Error > Incorrect format parameter?
- Why is my database import losing text widget data?
- Will it break my site if I delete all transient records in wp_options table?
- Safest way to bulk delete post revisions
- Please explain how WordPress works with MySQL character set and collation at a low level
- Reset Post IDs to less than 64bit integer
- Restoring WordPress posts from database only
- Backup the Database and Restore from the Backup?
- WordPress database scalability from the code perspective
- Why does $wpdb return strings for mysql integer values?
- Does WordPress use the InnoDB engine for MySQL by default?
- When is it appropriate to create a new table in the WordPress database?
- Can I use MariaDB instead of MySQL in wordpress?
- 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?
- Split WP install between 2 databases?
- Inserting Post Meta From SQL
- Migrating non-WordPress CMS to WordPress, lots of data to move — possible solutions?
- Why does dbDelta() not catch MysqlErrors?
- Is deleting orphaned wp_options entries safe?
- Is altering a default WordPress database table update safe?
- 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?
- Delete duplicate rows from wordpress database where a column is duplicate in phpmyadmin
- Size article thumbnails and retrieve them directly from database
- WordPress site uses MyISAM, should I switch to InnoDB necessary?
- Which is more efficient? Using usermeta, or creating a new MySQL table?
- For WordPress is there content in the database which I can safely ignore?
- WordPress mysql table double prefixes
- WordPress database import: Row size too large
- Advanced SELECT query with condtional statements
- Why do mass updates to post_content shows in front end, but not in edit screen?
- Error establishing database connection – high traffic?
- Handling large N data in WordPress
- Improve performance by removing unnecessary database queries
- Redirecting to old domain after migration website
- wp-cli search is returning ‘search’ is not a registered subcommand of ‘db’
- Switching Databases in LocalHost
- WordPress Backend HA (Automatic failover)
- Is there a way to recover the table wp_term_relationships?
- Trouble Migrating all data blog from WordPress.com to WordPress.org
- Unable to set a default serialized array using dbdelta()
- How to prevent/delay MySQL connections when an object cache is used?
- Uknown meta entries in wp_postmeta
- Error establishing a database connection,
- How To Run A Temporary Instance Of a WordPress Backup Without a Database?
- Changing between Local Host DB to Production DB and in reverse
- Applying WP-cli Search & Replace to Static SQL Dump File
- Why does changing Database Table Prefixes result in loss of content?
- Query Column of Specific ID from Database Table
- Moving WordPress site to new domain – database import [duplicate]
- How to connect and insert data in database of wordpress?
- Buddypress avatar image in database [closed]
- $wpdb->get_var – What value is returned when zero records are found?
- Installing local to live WP into subdirectory
- SymmetricDS in dev + prod workflow?
- Cloning blog to localhost via WAMP
- Only allow user to access a link once a year, based on their joining date
- Counting post and changing roles in mysql database. Query not code
- MSQL database wp_postmeta has meta key tve_revision
- I imported an restore an database and It shows #1067 – Invalid default value for ‘user_registered’
- “BS_” rows in postmeta table
- How can I find user role in Mysql?
- How do you enable scripts on a WordPress installation in Softaculous?
- is it possible to install new WordPress in an old WordPress folder?
- Is it possible to separate databases in WordPress site – one for orders and the other for all non-orders related
- Exporting Post ID, Post Title, Primary Category and Primary Category ID
- Featured image from custom to WordPress database
- WordPress Database Query works in phpMyAdmin but not in the code
- Delete all users meta that named: user_avatar
- mySQL database size large, but tables size less
- spambot registering without providing email or password, bypassing registration process
- After renaming MySQL database, I can no longer access my Blog page
- How To connect to the same WordPress database with different database user
- Possible to restore wordpress database from mysql56 and sqlite files?
- Missing latest posts and options after DB migration via phpMyAdmin
- Create a new table on the database and save parameters from a contact form
- version control for wordpress? (wordpress folder and database at same time)
- Widgets with *internal* links do not display after database migration
- How do i get value from wp_postmeta?
- featured image not showing up with mysql_connect
- How to back-up a database on IIS
- Importing Concrete5 content to WordPress
- why you don’t Implement PDO for access every thing to database
- What’s the cleanest way to transfer WordPress to a new server
- Weird WP -Cli Error Connection Refused
- How to find fresh (last modified) and sql backup?