Open Issues Need Help
View All on GitHubAI Summary: The issue is a Tauri application failing to connect to a MySQL database, returning an 'Access denied' error despite successful connections from other applications. The task requires debugging the Tauri application's MySQL connection, verifying database credentials, and ensuring proper configuration of the `@tauri-apps/plugin-sql` plugin within the Tauri project. This likely involves checking the MySQL user permissions, password handling, and potentially the connection string within the Tauri application's code.
All of the official Tauri plugins in one place!
AI Summary: The user is experiencing an 'Access denied' error when trying to connect to a MySQL database using the Tauri `@tauri-apps/plugin-sql` plugin. The issue likely stems from incorrect MySQL user credentials or permissions, despite successful connection via Navicat. The task involves debugging the Tauri plugin's database connection, verifying credentials, and potentially adjusting MySQL user permissions.
All of the official Tauri plugins in one place!
AI Summary: The task is to determine if and how to integrate the command-line arguments passed to a Tauri application via the `tauri-plugin-single-instance` plugin with the argument parsing functionality of the `tauri-plugin-cli` plugin. The goal is to maintain single-instance application behavior while still allowing the use of CLI commands.
All of the official Tauri plugins in one place!