mysqladmin
Differences
This shows you the differences between two versions of the page.
| mysqladmin [2016/12/16 02:54] – [Install from source] admin | mysqladmin [2022/10/29 16:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 38: | Line 38: | ||
| - Step7: Init database< | - Step7: Init database< | ||
| cd /onec/mysql | cd /onec/mysql | ||
| - | scripts/ | + | scripts/ |
| </ | </ | ||
| - Step8: Start Server:< | - Step8: Start Server:< | ||
| Line 49: | Line 49: | ||
| - Step9: Login to Mysql server< | - Step9: Login to Mysql server< | ||
| mysql -uroot | mysql -uroot | ||
| + | </ | ||
| + | - Step10: Reset password root< | ||
| + | mysqladmin password ' | ||
| </ | </ | ||
| ==== Installing MySQL on Microsoft Windows Using a noinstall Zip Archive ==== | ==== Installing MySQL on Microsoft Windows Using a noinstall Zip Archive ==== | ||
| Line 66: | Line 69: | ||
| bin\mysqld --initialize | bin\mysqld --initialize | ||
| bin\mysqld --initialize-insecure | bin\mysqld --initialize-insecure | ||
| - | </ | + | </ |
| - | A temporary password is generated for root@localhost: | + | </ |
| + | ./ | ||
| + | ./ | ||
| </ | </ | ||
| - Step5: Start the MySQL server:< | - Step5: Start the MySQL server:< | ||
| Line 200: | Line 205: | ||
| SHOW CREATE PROCEDURE `sp_gold_update_transaction`; | SHOW CREATE PROCEDURE `sp_gold_update_transaction`; | ||
| </ | </ | ||
| + | * change definer to **root@localhost** before import sql from sql dump file | ||
| ==== Create database from script .sql ==== | ==== Create database from script .sql ==== | ||
| commands:< | commands:< | ||
| Line 392: | Line 398: | ||
| </ | </ | ||
| ==== Query log of mysql server ==== | ==== Query log of mysql server ==== | ||
| - | * [windows]< | + | * [windows] |
| [mysqld] | [mysqld] | ||
| ....... | ....... | ||
| Line 465: | Line 471: | ||
| ===== Tunning Mysql Server ===== | ===== Tunning Mysql Server ===== | ||
| Before run script check, we need to run automatic all pages of websites for running all queries in mysql | Before run script check, we need to run automatic all pages of websites for running all queries in mysql | ||
| + | ==== MySQL table limit ==== | ||
| + | https:// | ||
| ==== Run script check ==== | ==== Run script check ==== | ||
| Download script from https:// | Download script from https:// | ||
| Line 699: | Line 707: | ||
| </ | </ | ||
| * step2: Loading this file using:< | * step2: Loading this file using:< | ||
| - | mysql -f --default-character-set=utf8 -u username -p backup_mysql < backup.sql | + | mysql -f --default-character-set=utf8 |
| </ | </ | ||
| ==== Use the mysqlhotcopy script ==== | ==== Use the mysqlhotcopy script ==== | ||
mysqladmin.1481856883.txt.gz · Last modified: (external edit)
