MySQL export large db
mysqldump -u user-p –max-allowed-packet=1G …. mysql -u use -p –max-allowed-packet=1GÂ ….
mysqldump -u user-p –max-allowed-packet=1G …. mysql -u use -p –max-allowed-packet=1GÂ ….
If you are getting this error key_load_public: invalid format 🔑 1. Check Your Public Key Check if you have a public […]
1. Reinitialize the Repository cd /yoursite git init git remote add origin <REMOTE_REPO_URL> 2. Fetch and Reset to the Latest Commit git […]
To get the values SELECT * FROM wp_options WHERE option_name LIKE ‘options_%'” Export as SQL Remove the ID column from the INSERT […]
Open cmd as Administrator and run: powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 60000
Check via the web interface the status of the printer. It should be (…, Accepting Jobs, Shared)
I suppose you have enabled the Woocommerce > Products > Enable reviews option, right? Then check if the comment_status is open for […]
Remove the SSH key from the repo. Click on repo name > Repository Settings > Access Keys Add SSH key to Account […]
1. Generate An SSH Key If you have not already configured one, run the following command to generate an SSH key: ssh-keygen […]
Your WSL2 linux system has its own ip address. You can get its current ip address with this command (on your windows […]
Query for mo_files_domains DROP TABLE IF EXISTS `ariz_icl_mo_files_domains`; CREATE TABLE `ariz_icl_mo_files_domains` ( `id` int(11) NOT NULL AUTO_INCREMENT, `file_path` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT […]
If you need to replace product slugs in other language from the original you should try: add_action( ‘init’, function() { if ( […]
In order to install the imagick PHP extension on Windows, you need to know the exact version of your PHP. To do […]
Go to C:\Users\{systemUser}\AppData\Local\Google\Chrome\User Data\ Right-click on the folder SwReporter and select Properties from the menu. Switch to the Security tab. Select Advanced […]
If you are using WPML please check that ACF Group is NOT translatable!
function bulk_add_sales_price( $discount_percentage = 20 ) { $products = get_posts( [ ‘post_status’ => ‘publish’, ‘post_type’ => ‘product’, ‘posts_per_page’ => – 1, ] […]
1. Navigate to Apache directory in XAMPP. In regular install it’s in C:\xampp\apache. 2. Create a folder in that page. This is where […]
Create a the folder c:\xampp\backup Create the file mysql_all_databases.bat inside c:\xampp with the following contents Run the file!
Step 1: Create a batch file you wish to run and place it under a folder where you have enough permissions. For example […]