MariaDB: Difference between revisions

m Added MariaDB 10 upgrade section
m Small format changes
Line 22: Line 22:
# Type your password when asked.
# Type your password when asked.
# If you've logged in OK, exit by typing: <pre>mysql> exit;</pre>(Don't forget the ;). MariaDB will respond with 'Bye' if you have correctly exited and return you to the prompt.
# If you've logged in OK, exit by typing: <pre>mysql> exit;</pre>(Don't forget the ;). MariaDB will respond with 'Bye' if you have correctly exited and return you to the prompt.
# If your stuck and MariaDB is returning <code>-></code> at any time, you have forgotten the ; at the end of the command. Type the command with a ;. This will display an error message. Type the command again with the ; and the command will work.
# If your stuck and MariaDB is returning <code>-></code> at any time, you have forgotten the ; at the end of the command. Type the command with a <code>;</code>. This will display an error message. Type the command again with the <code>;</code> and the command will work.


== Configuring MariaDB ==
== Configuring MariaDB ==