You have enabled network access, now you need a database user. The new user should be able to do some changes to tables (insert, delete and update). For creating the user I use phpMyAdmin, a very powerful tool for all ways of modifying mysql databases. If you don't allready know that tool, have a look at: http://www.phpmyadmin.net/.
- log in to your m23 server: open http://<serverIP>/m23admin/phpMyAdmin/index.php in a webbrowser and adjust <serverIP> to the ip address of your m23 server.
- select "home" on the left
- click on "Privileges" in the main window
- click "Add a new User"
- think about a good user name and insert it at: "User name:"
- for "Host:" you can leave it on "any host" and select "%" for the host name. If you want only selected hosts to log in, you can enter the ip or hostname.
- select a password and retype it in the text field below
- in "Global privileges" -> "Data" select at least: INSERT, UPDATE and DELETE
- click the "GO" button to accept your changes
- select "home" on the left
- click on "Reload MySQL" in the main window
After this adjustments you should be able to log in to the m23 server with your new account.
root
2015-09-06