User Tools

Site Tools


servers:windows:mariadb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
servers:windows:mariadb [2026/06/26 22:01] Sean Rhoneservers:windows:mariadb [2026/09/18 21:31] (current) – 13.1 Sean Rhone
Line 7: Line 7:
 ====== MariaDB ====== ====== MariaDB ======
  
-===== 13.=====+===== 13.=====
  
   * https://mariadb.org/download/   * https://mariadb.org/download/
   * https://mariadb.org/mariadb/all-releases/   * https://mariadb.org/mariadb/all-releases/
  
-  * Last tested: ''mariadb-13.0.1-winx64.msi''+  * Last tested: ''mariadb-13.1.1-winx64.msi''
  
 ===== Install Options ===== ===== Install Options =====
Line 51: Line 51:
 ===== Delete Default Rule ===== ===== Delete Default Rule =====
  
-  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="MariaDB 13.(x64)"+  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="MariaDB 13.(x64)"
  
 ===== Block ===== ===== Block =====
Line 71: Line 71:
 ==== Create User ==== ==== Create User ====
  
-  "%ProgramFiles%\MariaDB 13.0\bin\mariadb.exe" -u "root"+  "%ProgramFiles%\MariaDB 13.1\bin\mariadb.exe" -u "root"
  
   CREATE USER 'maintenance'@'localhost' IDENTIFIED BY 'x';   CREATE USER 'maintenance'@'localhost' IDENTIFIED BY 'x';
Line 91: Line 91:
 CD "%Temp%" CD "%Temp%"
  
-"%ProgramFiles%\MariaDB 13.0\bin\mariadb-check.exe" --user="maintenance" --password="x" -o -A -f -e --auto-repair+"%ProgramFiles%\MariaDB 13.1\bin\mariadb-check.exe" --user="maintenance" --password="x" -o -A -f -e --auto-repair
  
 :: End</code> :: End</code>
/usr/local/www/wiki/data/pages/servers/windows/mariadb.txt · Last modified: by Sean Rhone