You need to set a user in MySQL with privileges to that database. From the
mysql console:
mysql> GRANT ON .* TO @'217.219.201.2'
IDENTIFIED BY 'password' USING GRANT OPTION;
J.R.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mys
Anelia,
Thursday, June 06, 2002, 12:25:25 AM, you wrote:
AT> Description:
AT> I have problem with a Cyrillic when I use clauses "ORDER BY"
AT> and "LIKE".
AT> They didn't work correctly.
What character set do you use? Change you charset to cp1251 or win1251 or koi8_ru.
--
For te
Hi!=20
i use mysql for windown version and i have this problem,
as i know the mysqlGUI is a graphical tool to help you to make tables =
fields and other thinks for your database.
I can change the password ,give sql commands but from the menu =
commands->tables it doesn't work create table, edit t