strange IP address in Windows 7 event log of 5.9.16 server (2 replies)
I moved a virtual machine from the intranet to the internet after testing it in the intranet. I'm not assuming that MySQL server has is using the hostname somewhere and binds to it, IP wise. This said...
View Article5.6.19 instance crash when you change password with validate_password plug-in...
Hi, I use 5.6.19 on windows 2008R2 SP1, 64 bits with validate_password plugin. Process mysqld.exe fault and crash when i try to change password : UPDATE mysql.user SET Password = PASSWORD(@MDP) WHERE...
View ArticleProblem with password as a parameter to a script (1 reply)
Hi, I use MySQL 5.6.19 on Windows 2012 with validate_password plugin. I need to run this script (nammed security.sql) : >>> security.sql UPDATE mysql.user SET Password = PASSWORD(@MDP) WHERE...
View ArticleverifyServerCertificate - is not working (no replies)
Hello Everyone, I am trying to verify the subject name of the server certificate and I have only the CA Certificate of the server. equivalent of --ssl-verify-server-cert When I specify...
View ArticleLDAP USER AUNTHENTICATION IN MYSQL (2 replies)
Dear friends, Please tell me the process how to install pam authentication plugins in community edition of mysql or tell me how to authenticate ldap users in mysql Regards, Suman
View ArticleIssue in MySql SSl connection (no replies)
I have enabled SSL on mysql 5.5.34 [CentOS release 6.4 (Final)] we have two users for linux : "root" and "admin" and 2 users for mysql : "root" and "mysqladmin" I also have created one mysql user...
View Articleglobal variable (2 replies)
Hello, Im a newbie, Im haveing an issue with a query, Here is my exacty syntax select * from db where user_login = %current_user_id% and this isnt working. I was told "if you would like to user...
View ArticleRestricting query access to database information (no replies)
I am developing a Java Server Faces (JSF) application which uses MySQL v6.0 (Community). I only want select queries to be available from the application itself. I do not want the DB administrator to...
View ArticleAnother User Permission (no replies)
Hi All, i created a DB project with OOBase and connected to a MySQL back-end. I recall when I first started to use it, that I was able to login using same username and password both as a system 'user'...
View ArticleSSL on Windows (1 reply)
Hi, Trying to set up SSL connection on Windows Environment. mysql Vars showing as : have_openssl DISABLED have_ssl DISBALED ssl_ca ca-cert.pem ssl_capath ssl_cert server-cert.pem ssl_cipher ssl_key...
View Articlesuggestions for online database w/ user contact info (no replies)
Need some advice on having a web-accessible database with user contact information.... So, I need to develop a database that can allow users to enter their contact info online and then store that...
View ArticleConnect Stunnel client to SSL MySql Server (without Stunnel Server) (1 reply)
I tried to connect my workstation (with an installed stunnel client) to a MySql Server SSL enabled, but MySql Server abort this connection. The standard mysql ssl connection works: mysql -h...
View Articlesecuring transactions and connections via SSL (no replies)
Can anyone provide any good articles or books on establishing secure MYSQL connections (for querying, connections, etc) over SSL? I'm experienced with mysql but am new to how to utilize SSL with mysql.
View ArticleIs SSL recommended for this setup? (no replies)
I host my own personal website. I also host my own DNS, email and MySQL server. The server runs FreeBSD 10 using jails. I have BIND9, Apache, Postfix/Dovecot and MySQL server in their own jail. Each...
View Article!!! Problem with grant PROXY USER - mysql 5.6.17 !!! (4 replies)
Hi, I have problem with grant user: when I run GRANT PROXY ON 'proftpd'@'localhost' TO ''@''; I have error ERROR 1698 (28000): Access denied for user 'root'@'xxx-xxx02.xx.xxxx.xx' show grant for user...
View ArticleWindows file security and Select Into Outfile (no replies)
I am working in a highly controlled Windows server environment in a physically secure facility with no printing/saving to thumb drive, etc. I need to be able to write outfiles to a special folder on...
View ArticleCannot make mysql client read the password form .mylogin.cnf (4 replies)
Hello, I'm trying to make mysql client on linux connect to a mysql server without requiring the password to be given interactively. Steps taken: 1) First create a mylogin.cnf file $...
View ArticleMySQL - SSL - with TLS1.2 cipher AES256-SHA256 / DHE-RSA-AES256-SHA256 (no...
I have compiled MySQL with openssl, I am able to connect to MySQL over SSL with TLS1.0 ciphers. But when I tried to connect with TLS1.2 ciphers connection fails with error. =============== MySQL...
View ArticleAdd user level permissions to MS Access by using a MySQL backend (no replies)
I have a large Ms Access 2013 .accdb application which runs a lot of VBA code, with almost 60 users. I developed a user level permissions mechanism using vba but now plan to migrate the back-end to...
View ArticleMySQL Enterprise Firewall - Preventing SQL Injection (no replies)
MySQL Enterprise Firewall - Preventing SQL Injection - http://www.mysql.com/products/enterprise/firewall.html - https://dev.mysql.com/doc/refman/5.6/en/firewall.html Blogs: -...
View Article