Skip to main content

Tech Help

  • Latest Posts
  • Tools
  • Tutorials
  • Troubleshooting
  • Random Number

Tag: MySql

Docker Import Mysql Database

February 7, 2025February 7, 2025 contrib Leave a comment

To import a mysql database via Docker use the following command. Use the code below to obtain the mysql-container name.

Read More

Woocommerce Update All Products With New Download Limit

June 2, 2016June 2, 2016 contrib Leave a comment

Run the following MySql query to generate the new download limit of 100 for all Woocommerce products in WordPress. UPDATE wp_postmeta SET meta_value = “100” WHERE meta_key = “_download_limit”

Read More

Allow remote access to MYSQL database

November 18, 2015June 21, 2016 contrib Leave a comment

To allow remote access to MySql first create a MySql user and assign host as %. CREATE USER ‘newuser’@’%’ IDENTIFIED BY ‘password’; then grant privileges GRANT ALL PRIVILEGES ON * . * TO ‘newuser’@’%’; then flush privileges FLUSH PRIVILEGES; You may need to add the following to /etc/mysql/my.cnf to listen for all ip’s instead of […]

Read More

Search

Fields

Tags

apache apple audio benchmarking code snippet cpu CSS data recovery diagnostic disaster recovery docker download dvd error excel files graphics HDD html ipad linux media MSI music MySql overclocking php powershell proxy RDP remote access remote support security ssh stress testing testing tutorials ubuntu video wamp windows windows 10 wordpress workspace one wsl

Recent Posts

  • Get Install Language of a Windows Installation
  • Laravel Sail and Docker Desktop PHP Version Update
  • Docker Desktop Change Disk Image Location On Windows
  • O365 Admin View Users Recycle Bin and Recover Files
  • Secure Wipe USB Drive Using Windows DiskPart

Other Pages

  • Privacy Policy
  • Terms and Conditions
sparkling Theme by Colorlib Powered by WordPress