Import database
mysql -u DB_USERNAME -p DB_NAME < /PATH/OF/DB/softsql.sql
Export database
mysqldump -u DB_USERNAME -p DB_NAME > /PATH/TO/DB/softsql.sql
by dev
Import database
mysql -u DB_USERNAME -p DB_NAME < /PATH/OF/DB/softsql.sql
Export database
mysqldump -u DB_USERNAME -p DB_NAME > /PATH/TO/DB/softsql.sql
by dev
vi /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
vi /root/.my.cnf
/scripts/mysql_pwd_reset -q
by dev
rpm -qa|grep -i maria
vi /etc/yum.repos.d/mariadb.repo
[mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.2/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 enabled=1
[mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.5/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 enabled=1
service mysql stop service mariadb stop systemctl disable mariadb rpm --nodeps -ev MariaDB-server
yum clean all yum -y update "MariaDB-*" yum -y install MariaDB-server systemctl enable mariadb service mariadb start mysql_upgrade
diff -Bw /etc/my.cnf.d/server.cnf.rpmsave /etc/my.cnf.d/server.cnf
rpm -qa|grep -i maria
Yum repository list of the available versions
http://yum.mariadb.org/
by dev
Place the Optimize snippet (below) at the top of thein your web page(s).
<script src=”https://www.googleoptimize.com/optimize.js?id=OPT_CONTAINER_ID”></script>
Note: Replace OPT_CONTAINER_ID with your Optimize container ID.
https://tagmanager.google.com/
https://support.google.com/analytics/answer/9304153#add-tag
You’ll need to add the Google tag to your web pages to begin seeing data in your new Google Analytics 4 property.
Add the Google tag directly to your web pages
You need access to the HTML for your web pages. Ask your web developer to perform these steps if you’re unable to complete the steps yourself.
Paste your Google tag immediately after the <head> on each page of your website.
Data collection may take up to 30 minutes to begin. You can then use the Realtime report to verify that you’re receiving data.
Don’t see a Data Streams option in the Property column? You are in a Universal Analytics property instead of the GA4 property that you just created. Use the property selector or Admin to navigate to your new GA4 property.
by dev
Journey to Laravel & Vue
Course Curriculum
Course Instructor
Rasel Ahmed
FB Group: https://fb.com/groups/1661735757554627/
FB Events: https://fb.com/groups/1661735757554627/events/
Online Classes and tasks
Journey to Laravel & Vue – December to February –
Youtube Playlist: [Link]
Important Video Tutorials
Important Links
Software Links