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 diagnostic disaster recovery download dvd error excel exe files graphics HDD html ipad linux media MSI music MySql overclocking path 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

  • Secure Wipe USB Drive Using Windows DiskPart
  • Lossless Cut Video Trimmer
  • RSAT Error 0x800f0954 Windows 10
  • Check PHP-FPM Running Versions
  • Windows Desktop Icons Are White

Other Pages

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