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
Next revision
Previous revision
servers:windows:mariadb [2026/04/15 09:51] – [Block] Sean Rhoneservers:windows:mariadb [2026/06/26 22:01] (current) Sean Rhone
Line 7: Line 7:
 ====== MariaDB ====== ====== MariaDB ======
  
-===== 12.=====+===== 13.=====
  
   * https://mariadb.org/download/   * https://mariadb.org/download/
   * https://mariadb.org/mariadb/all-releases/   * https://mariadb.org/mariadb/all-releases/
  
-  * Last tested: ''mariadb-12.3.1-winx64.msi''+  * Last tested: ''mariadb-13.0.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 12.(x64)"+
  
 ===== Block ===== ===== Block =====
Line 64: Line 62:
  
 ===== Delete Rule ===== ===== Delete Rule =====
- 
-**** 
  
   "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="MariaDB Server"   "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="MariaDB Server"
Line 75: Line 71:
 ==== Create User ==== ==== Create User ====
  
-  "%ProgramFiles%\MariaDB 12.3\bin\mariadb.exe" -u "root"+  "%ProgramFiles%\MariaDB 13.0\bin\mariadb.exe" -u "root"
  
   CREATE USER 'maintenance'@'localhost' IDENTIFIED BY 'x';   CREATE USER 'maintenance'@'localhost' IDENTIFIED BY 'x';
Line 95: Line 91:
 CD "%Temp%" CD "%Temp%"
  
-"%ProgramFiles%\MariaDB 12.3\bin\mariadb-check.exe" --user="maintenance" --password="x" -o -A -f -e --auto-repair+"%ProgramFiles%\MariaDB 13.0\bin\mariadb-check.exe" --user="maintenance" --password="x" -o -A -f -e --auto-repair
  
 :: End</code> :: End</code>
/usr/local/www/wiki/data/attic/servers/windows/mariadb.1776261076.txt.gz · Last modified: by Sean Rhone