Y Generation
Apps
iPhone/iPad
NPB Statistics NPB Stats and Info
Mac OS X
RulingScreen Chinese Memorization Hey, More Apps will be released!
Contact About Y Generation
&nbps;Home ✈️ Travel ⚾ Baseball 🛠 Tech 📘 Language 👨🏻 Politics About Y Generation  😈
  • Travel✈️
  • Baseball⚾️
  • Tech🛠
  • Language📘
  • Politics👨🏻
  • 👩🏼‍💻Tech Note

rename

A collection of 1 post

👩🏼‍💻 tech-note

How to rename a database in MySQL?

Take the following steps: mysqldump -uUSERNAME -p DBNAME > FILENAME.sql mysql -uUSERNAME -p -e "create database NEW_DBNAME;" m

Take the following steps:

mysqldump -uUSERNAME -p DBNAME > FILENAME.sql
mysql -uUSERNAME -p -e "create database NEW_DBNAME;"
mysql -uUSERNAME -p NEW_DBNAME < FILENAME.sql

-->
  • Y Generation
1 min read
Y Generation © 2021
Latest Posts 🙈🙉🙊