Thank you to all who posted offers/attempts of help. I have been looking at this part time over a few days.

It turns out my problem was in my PHP code :(

I went through every bit of my mysql system. Everything was fine. I did learn a few things :)

But, the new upgraded version required a medium strength password and that includes a special character. I made what I thought was a simple change in my web sites data.php file.

But, I put my PHP variables between double quotes. That caused the special character in my password to expand and thereby become incorrect. :(

In future I will use single quotes for my passwords.

--
Stephen

On 2019-05-28 7:50 p.m., Stephen via talk wrote:
I am not on any lists for mysql. So I thought that I would ask her,

Suggestions for a help list for mysql are most welcome.

I have a LAMP for web site development and rarely need to touch the database admin stuff.

It has been years. I am creating a new site with database but I can't get the user to have privileges.

Can anyone spot what is wrong?

So I connect to the server with:
stephen@Avalon:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor.?? Commands end with ; or \g.
Your MySQL connection id is 11
Server version: 5.7.26-0ubuntu0.18.04.1 (Ubuntu)

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>
===========================================
I create grants
mysql> grant all on rois3324_stephen.*?? to "rois3324_stephen"@"localhost" with grant option;
Query OK, 0 rows affected (0.00 sec)
===========================================
I try to see grants
mysql> "rois3324_stephen"@"localhost"
->

It looks like no grants were created. And I get a confirming error from PHP.

Can anyone see what is wrong?

Thank you!


---
Talk Mailing List
talk@gtalug.org
https://gtalug.org/mailman/listinfo/talk

Reply via email to