User Tools

Site Tools


mysqladmin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mysqladmin [2018/07/14 15:48] – [Installing MySQL on Microsoft Windows Using a noinstall Zip Archive] adminmysqladmin [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 38: Line 38:
   - Step7: Init database<code bash>   - Step7: Init database<code bash>
 cd /onec/mysql cd /onec/mysql
-scripts/mysql_install_db --user=mysql+scripts/mysql_install_db --datadir=/onec/mysql/data --user=mysql
 </code> </code>
   - Step8: Start Server:<code bash>   - Step8: Start Server:<code bash>
Line 707: Line 707:
 </code> </code>
     * step2: Loading this file using:<code bash>     * step2: Loading this file using:<code bash>
-mysql  -f --default-character-set=utf8 -u username -p backup_mysql < backup.sql+mysql  -f --default-character-set=utf8 --routines -u username -p backup_mysql < backup.sql
 </code> </code>
 ==== Use the mysqlhotcopy script ==== ==== Use the mysqlhotcopy script ====
mysqladmin.1531583287.txt.gz · Last modified: 2022/10/29 16:15 (external edit)