There are advantages and disadvantages of enabling privates messages between users. Some SPAM user can register and send messages to random user, there is limit of sending message but still it can be … [Read more...] about How to Disable Private Messages between Users and Keep for Admins
How-to
Create a MySQL Database via Command Line
MySQL is one of the most popular database used as a backend by many applications, including Question2Answer. You can create MySQL using phpMyAdmin or using command line. Here are some instruction … [Read more...] about Create a MySQL Database via Command Line