mysql_random_data_load
mysql_random_data_load copied to clipboard
MySQL random data loader
Last release version was shipped in 2019 and the PR **fix: --max-fk-samples was not applied #36** is merged, though new release build is pending.
These column types were previously getting ASCII text generated for them, and this generates an equivalent amount of random binary data instead. Tested by pointing the tool at a table...
Cannot set time zone to UTC: Error 2003: Authentication with backend failed. Session will be closed.
I tried to use your program on Debian 9. It says: > INFO[0000] Cannot set time zone to UTC: Error 2003: Authentication with backend failed. Session will be closed. How...
Probably a similar issue with #27 MariaDB 10.6.5 Centos 7 [root@rafael-dagandan-node3 ~]# ./mysql_random_data_load --host=127.0.0.1 --port=3306 --user=test --password=test test service1 200 --debug INFO[0000] cannot get table service1 struct: cannot read indexes:...
I found that these parameters are not working, I read source code, samples and factors are using a fix-number rather than a parameter value.
In mysql 5.5 versions, the information_schema.columns doesn't have the DATETIME_PRECISION column, so there were errors when trying to run against 5.5: ```ERRO[0000] Cannot get table fields: sql: expected 19 destination...
- added socket option - go-sql-driver/mysql does not work with unix and localhost
While testing a legacy system I had problems inserting data into a column named "Behörighet", among others. With that example the column name in the query becomes "Beh%C3%B6righet", which gives...
When trying to use this tool in Docker's **mysql: latest (8.0.12)**, the error `INFO [0000] Can not set time zone to UTC: this authentication plugin is not supported` is displayed...