Connect MySQL to AD
To set up a SASL (Simple Authentication and Security Layer) connection with MySQL, you can follow these steps:
Build High Availability Network
To set up a SASL (Simple Authentication and Security Layer) connection with MySQL, you can follow these steps:
How to create an oracle cloud network for your website. Oracle provide an Always Free Tier. Part of this service is Autonomous Database 2 Virtual servers Object Storage What we can do with those resources? Create a network for web Read More
How to create Viirtual Machine in Oracle Cloud? From menu select Compute/Instances Click Create Insatnce Enter Instance Name Select Compartment where you want this machine. Click on Networking/Edit to edit the network setting Select Virtual Cloud Network Select Subnet – Read More
Add SPF record https://support.google.com/a/answer/33786?hl=en#zippy=%2Ctxt-record-for-spf%2Cadd-a-new-mail-server-or-domain-to-your-spf-records Add TX record to your DNS IP address is from servers which will send your emails Example: v=spf1 ip4:192.168.0.1/16 include:_spf.google.com include:sparkpostmail.com ~all v=spf1 include:_spf.google.com ip4:185.2.168.81/32 ip4:150.136.20.28 -all Create DMARK record Add TXT record v=DMARC1; p=reject; rua=mailto:postm@dmseomarketing.com, mailto:dmarc@dmseomarketing.com; pct=100; adkim=s; aspf=s Read More
Hi in this tutorial I shows how to create and connect to Oracle Autonomous Database. Create DB user script CREATE USER user01 IDENTIFIED BY PASSword12Chracter; GRANT CREATE SESSION TO user01; GRANT DWROLE TO user01; GRANT UNLIMITED TABLESPACE TO user01;
OCI Logging What is OCI Logging? The Oracle Cloud Infrastructure Logging service is a highly scalable and fully managed single pane of glass for all the logs in your tenancy. Logging provides access to logs from Oracle Cloud Infrastructure resources. These logs include critical Read More
What is Oracle Autonomous Database Self-driving: Automate database provisioning, tuning, and scaling Self-securing: Automate data protection and security Self-repairing: Automate failure detection, failover, and repair Simple just connect, create table and use. With Autonomous DB all DBa tasks will be Read More
Create circle image Add alfa mask to layer Right Click on layer and select – Mask to selection Go to Edit and select SHRINK – select desire size ( I selected 50) Select Feather – select desire size( I selected Read More
Download vmware ios from dell Set vmware server in maintenance mode. Shutdown all servers Mount iso as CDROM using virtual media Boot server from CDROM
Install wordpress using docker wordpress image Install PDO Crud plugin Error cannot fine driver Solution; Login to docker and execute: docker-php-ext-install pdo pdo_mysql