https://bugs.freedesktop.org/show_bug.cgi?id=77584
--- Comment #15 from Y <[email protected]> --- I am afraid things are not working as expected with 4.3 either. When I try to create a table, LibreOffice reports the following error: SQL Status: 42000 Error code: 1142 CREATE command denied to user 'dbuser'@'localhost' for table 'Capacity' The MySQL database was created server side as an empty database and the user was granted all privileges on it: CREATE DATABASE test; GRANT ALL PRIVILEGES ON test.* to 'dbuser'@'localhost' IDENTIFIED BY 'password'; A quick search for the error codes indicates that I am logged into mysql with a default null user with just about zero privileges. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
