Jump to content
The Uniform Server Community

alejc

Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by alejc

  1. I can't create a privileged user "foo" password "foo", neither by MySQL console, Nor by PHPMyadmin (USAGE Grant No) I am running Unicontroller.exe with administrator privileges, but this happens regardless of whether Unicontroller.exe is run with or without administrative privileges. In both cases the result is the same. The root password is root and has ALL PRIVILEGES (Grant Yes) SO:Windows 10/11 x64 I tested with versions 15_0_2_ZeroXV and 15_0_1_ZeroXV and both have this problem. Trying to do it by CMD console: C:\UniServerZ\core\mysql\bin>mysql -uroot -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 40 Server version: 8.2.0 MySQL Community Server - GPL Copyright (c) 2000, 2023, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION; ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) PD: I disabled UAC but the problem persists PD: This doesn't happen to me with Xampp or Wamp How do I fix this problem? Thanks
  2. solved: REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /V "UniServerRun" /t REG_SZ /F /D "%homedrive%\\UniServerZ\\UniController.exe pc_win_start" thanks
  3. Hi 1. this command has an error Button C: C:\UniServerZ\core\mysql\bin\bin\mysqld_z.exe --install "us_mysql_1" --defaults-file=C:/UniServerZ/core/mysql/my.ini Button C: C:\UniServerZ\core\mysql\bin\bin\mysqld_z.exe --remove "us_mysql_1" Duplicate bin folder. should be: Button C: C:\UniServerZ\core\mysql\bin\mysqld_z.exe --install "us_mysql_1" --defaults-file=C:/UniServerZ/core/mysql/my.ini Button C: C:\UniServerZ\core\mysql\bin\mysqld_z.exe --remove "us_mysql_1" 2. If I manually edit the us_config.ini file, to change the following: RunAtPcStartUpEnabled=true RunApacheAtStartUp=true RunMysqlAtStartUp=true when i reboot the pc, apache + mysql doesn't start. However, when I select them in Extra \ PC-Win Start-Up then on restarting the PC, apache + mysql starts correctly. Why does this happen? Thanks in advanced
  4. This is the only command list? http://www.uniformserver.com/ZeroXI_documentation/command_line_parameters.html PD: I ran the following command and it works and it's not in the list: :: start UniController minimized UniController.exe min
  5. Where is the complete list of commands to work for cmd with unicontroller.exe? (start/stop unicontroller, start unicontroller without the root password window, start unicontroller minimized, etc.) thanks PD: I have only found this: Parameters implemented by this procedure: start_apache // Start Apache server stop_apache // Stop Apache server start_mysql // Start MySQL server stop_mysql // Stop MySQL server start_both // Starts Apache and MySQL servers stop_both // Stops Apache and MySQL servers And there is no information with /? thanks
  6. solved! https://github.com/iamola/uniserver/blob/master/UniController/command_line_start_up.pas Parameters implemented by this procedure: start_apache // Start Apache server stop_apache // Stop Apache server start_mysql // Start MySQL server stop_mysql // Stop MySQL server start_both // Starts Apache and MySQL servers stop_both // Stops Apache and MySQL servers
  7. how to start/stop mysqld_z.exe by command line (cmd). Thanks PD: there is also no help for the command line program (/?)
  8. Hi. What is the default password for the root user and the mysql 5.7 module? PD: I have tried to connect and it only accepts: user: root pass: root is this right? thanks
×
×
  • Create New...