We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望ry初始化表结构和数据
ry
当使用 mysql -u root -p ry < ./sql/ry_20240601.sql 执行的时候,报错提示 ERROR 1406 (22001) at line 27: Data too long for column 'dept_name' at row 1
mysql -u root -p ry < ./sql/ry_20240601.sql
ERROR 1406 (22001) at line 27: Data too long for column 'dept_name' at row 1
截图如下:
mysql版本以及步骤:
mysql
$ mysql --version C:\Program Files\MySQL\MySQL Server 8.0\bin\mysql.exe Ver 8.0.39 for Win64 on x86_64 (MySQL Community Server - GPL)
git clone https://github.com/yangzongzhuan/RuoYi.git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
期望
希望
ry
初始化表结构和数据结果
当使用
mysql -u root -p ry < ./sql/ry_20240601.sql
执行的时候,报错提示ERROR 1406 (22001) at line 27: Data too long for column 'dept_name' at row 1
截图如下:
mysql
版本以及步骤:git clone https://github.com/yangzongzhuan/RuoYi.git
mysql -u root -p ry < ./sql/ry_20240601.sql
The text was updated successfully, but these errors were encountered: