A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
packages:amp:mysql [2014/09/22 23:40] admin [Install MySQL Server] |
packages:amp:mysql [2014/09/24 02:42] (current) admin [Let Your MySQL Server Be Accessed From the Outside] |
||
---|---|---|---|
Line 27: | Line 27: | ||
In order for other computers on your network to view the server you have created, you must first edit the "Bind Address". Begin by opening up Terminal to edit the my.cnf file. | In order for other computers on your network to view the server you have created, you must first edit the "Bind Address". Begin by opening up Terminal to edit the my.cnf file. | ||
<code> | <code> | ||
- | sudo gedit /etc/mysql/my.cnf | + | sudo nano /etc/mysql/my.cnf |
</code> | </code> | ||