Comments - creating pivot table fails

10 years, 1 month ago Daniel Bartholomew

There is also a password option for the option_list if you want to use a user that requires a password.

 
2 years, 9 months ago Mario F

Worth also saying that one must be careful with password inside option_list.

As stated in the doc: https://mariadb.com/kb/en/connect-proxy-table-type/

" ... it is often not advisable to write in clear a password that can be seen by all user able to see the table declaration by show create table ..."

Therefore, as Daniel himself said and as also stated in the doc, it is better to create a new user with no password and permissions only to specific tables

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.