1
- This is a build of version 0.3 of lib_mysqludf_str for MySQL 5.1+ and 64-bit
1
+ This is a build of version 0.4 of lib_mysqludf_str for MySQL 5.1+ and 64-bit
2
2
Windows XP SP3 or later. It is licensed under the terms of the LGPL
3
3
version 2.1 or later, the exact text of which is located in COPYING.
4
4
@@ -13,17 +13,18 @@ To install the lib_mysqludf_str UDFs:
13
13
1. Make sure that you are running 64-bit Windows and that you have installed
14
14
the 64-bit build of MySQL 5.1 or later.
15
15
16
- Note: The lib_mysqludf_str.dll binary has only been tested with MySQL versions
17
- 5.5 and 5.1 , but should work with MySQL 5.0 as well. It is, however,
16
+ Note: The lib_mysqludf_str.dll binary has only been tested with MySQL version
17
+ 5.6 , but should work with MySQL 5.5, 5.1 and 5.0 as well. It is, however,
18
18
incompatible with MySQL 3.23/4.0/4.1.
19
19
20
- 2. Look for a file named msvcr100.dll in your System32 folder. If this file is
21
- not present, then install the Microsoft Visual C++ 2010 Redistributable Package (x64) :
22
- https://www.microsoft.com/downloads/en/details.aspx?FamilyID=BD512D9E-43C8-4655-81BF-9350143D5867
20
+ 2. Look for a file named msvcr110.dll in your System32 folder. If this file is
21
+ not present, then install the latest Visual C++ Redistributable for Visual Studio 2012
22
+ vcredist_x64.exe:
23
+ http://www.microsoft.com/en-us/download/details.aspx?id=30679
23
24
24
25
3. Copy lib_mysqludf_str.dll to the MySQL installation's lib\plugin folder.
25
26
26
- With a default installation, this is C:\Program Files\MySQL\MySQL Server 5.5 \lib\plugin
27
+ With a default installation, this is C:\Program Files\MySQL\MySQL Server 5.6 \lib\plugin\
27
28
28
29
Note: You do NOT need to re-start MySQL after copying lib_mysqludf_str.dll
29
30
into the plugin directory.
@@ -37,31 +38,32 @@ To install the lib_mysqludf_str UDFs:
37
38
+------------------------------+
38
39
| lib_mysqludf_str_info() |
39
40
+------------------------------+
40
- | lib_mysqludf_str version 0.3 |
41
+ | lib_mysqludf_str version 0.4 |
41
42
+------------------------------+
42
43
43
44
44
45
TROUBLESHOOTING
45
46
================================================================================
46
47
* ERROR 1126 (HY000): Can't open shared library 'lib_mysqludf_str' (errno: 0 )
47
48
48
- This either means that the Microsoft Visual C++ 2010 Redistributable Package
49
+ This either means that the Visual C++ Redistributable for Visual Studio 2012
49
50
is not installed or that MySQL could not find lib_mysqludf_str.dll in the
50
51
plugin directory.
51
52
52
- Look for a file named msvcr100.dll in your System32 folder. If this file is
53
- not present, then install the latest Microsoft Visual C++ 2010 Redistributable Package (x64).
53
+ Look for a file named msvcr110.dll in your System32 folder. If this file is
54
+ not present, then install the latest Visual C++ Redistributable for Visual Studio 2012
55
+ vcredist_x64.exe.
54
56
55
57
Verify that lib_mysqludf_str.dll was copied into the plugin directory by
56
58
executing:
57
59
SHOW VARIABLES LIKE 'plugin_dir';
58
60
59
61
The result should be:
60
- +---------------+----------------------------------------------------+
61
- | Variable_name | Value |
62
- +---------------+----------------------------------------------------+
63
- | plugin_dir | C:\Program Files\MySQL\MySQL Server 5.5 \lib/ plugin |
64
- +---------------+----------------------------------------------------+
62
+ +---------------+----------------------------------------------------- +
63
+ | Variable_name | Value |
64
+ +---------------+----------------------------------------------------- +
65
+ | plugin_dir | C:\Program Files\MySQL\MySQL Server 5.6 \lib\ plugin\ |
66
+ +---------------+----------------------------------------------------- +
65
67
66
68
If it's not, then copy lib_mysqludf_str.dll to the listed directory.
67
69
0 commit comments