comparison doc/mysql.txt @ 7312:fc9e16fe3991

typo fix.
author John Rouillard <rouilj@ieee.org>
date Wed, 10 May 2023 23:02:12 -0400
parents 81ae33038ec5
children b21ebabeb2ef
comparison
equal deleted inserted replaced
7311:4bbd1316db00 7312:fc9e16fe3991
52 52
53 Roundup tests expect an empty MySQL database. Two alternate ways to provide 53 Roundup tests expect an empty MySQL database. Two alternate ways to provide
54 this: 54 this:
55 55
56 1. If you have root permissions on the MySQL server, you can create 56 1. If you have root permissions on the MySQL server, you can create
57 the necessary database entries using the follwing SQL sequence. Use 57 the necessary database entries using the following SQL sequence. Use
58 ``mysql`` on the command line to enter:: 58 ``mysql`` on the command line to enter::
59 59
60 CREATE DATABASE rounduptest; 60 CREATE DATABASE rounduptest;
61 USE rounduptest; 61 USE rounduptest;
62 GRANT ALL PRIVILEGES ON rounduptest.* TO rounduptest@localhost 62 GRANT ALL PRIVILEGES ON rounduptest.* TO rounduptest@localhost

Roundup Issue Tracker: http://roundup-tracker.org/