I share example how to export database from command line, use mysql dump
A DB, then:
mysqldump -u [uname] -p db_name > db_bk.sql
Remote DB, then:
$ mysqldump -P 3306 -h [ip_address] -u [uname] -p db_name > db_bk.sql
Large Language Models (LLMs) are powerful, but they come with an important limitation: they only know what was included during training . Th...
No comments:
Post a Comment