Example 1: background process: File api.js Example link: http://tutorialspots.com/api/import?u=admin_tutorialspots&p=tutorialspots&db=admin_tutorialspots&file=/root/tutorialspots.sql Example 2: event when import done File api.js: Example link: http://tutorialspots.com/api/importdone?u=admin_tutorialspots&p=tutorialspots&db=admin_tutorialspots&file=/root/tutorialspots.sql
Step 1: Result: Step 2: As of MySQL 5.7.6, use ALTER USER: Before 5.7.6, use SET PASSWORD: Note: you must use strong password like: Tutorialspots*123456…
After the installation MySQL-community-server 5.7 on linux, you will need to find the default root password. How to know it? You can find the password…
Step 1: download RMP file, for Centos 6.x 64bits, you can use file: http://repo.mysql.com/yum/mysql-5.7-community/el/6/x86_64/mysql57-community-release-el6-7.noarch.rpm Depend on version of CentOS, you can find your file at…