LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   tuning mysql (https://www.linuxquestions.org/questions/linux-software-2/tuning-mysql-50755/)

nakkaya 03-19-2003 07:59 PM

tuning mysql
 
i am working on a project that is mainly uses mysql database and i am looking for a way to tune mysql any articles and how tos are highly welcome thx in advance

nakkaya 03-19-2003 08:00 PM

and one more thing how can i configure mysql to just accept connections from localhost

niehls 03-20-2003 05:28 AM

Mysql has the "mysql" database by default. in this database are various tables defining the rights of the different users allowed to access the database. in the "user" table you can set the host from which the users are allowed to connect. if you use user name "foo" and password "bar" to log in to the database, simply set the host column to localhost where user name = foo, to accept only connections from localhost when this user is connecting to the database.

hope this made sense.

cheers.


All times are GMT -5. The time now is 02:03 PM.